aboutsummaryrefslogtreecommitdiff
path: root/third_party/googletest/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/googletest/BUILD.gn')
-rw-r--r--third_party/googletest/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/googletest/BUILD.gn b/third_party/googletest/BUILD.gn
index f76f9e74..27006582 100644
--- a/third_party/googletest/BUILD.gn
+++ b/third_party/googletest/BUILD.gn
@@ -77,6 +77,10 @@ if (build_with_chromium) {
":gtest_config",
]
+ public_deps = [
+ ":gtest",
+ ]
+
include_dirs = [ "src/googlemock" ]
}