Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: mojo/public/cpp/bindings/tests/BUILD.gn

Issue 2244503002: mojo/public: Include gtest.h as "gtest/gtest.h", instead of via "absolute" path. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/cpp/bindings/tests/BUILD.gn
diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
index 6405354f0610cfde6b60fb352908f1426e5ed99a..ece351b56e7d96f398a027e4b58f77ed704e102c 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -49,10 +49,10 @@ mojo_sdk_source_set("tests") {
deps = [
":mojo_public_bindings_test_utils",
":validation_util",
- "//testing/gtest",
]
mojo_sdk_deps = [
+ "mojo/public:gtest",
"mojo/public/cpp/bindings",
"mojo/public/cpp/bindings:callback",
"mojo/public/cpp/environment:standalone",
@@ -72,11 +72,8 @@ mojo_sdk_source_set("perftests") {
"bindings_perftest.cc",
]
- deps = [
- "//testing/gtest",
- ]
-
mojo_sdk_deps = [
+ "mojo/public:gtest",
"mojo/public/cpp/bindings",
"mojo/public/cpp/bindings:callback",
"mojo/public/cpp/environment:standalone",
@@ -105,11 +102,13 @@ mojo_sdk_source_set("validation_util") {
"validation_util.h",
]
- mojo_sdk_deps = [ "mojo/public/cpp/test_support" ]
-
deps = [
":mojo_public_bindings_test_utils",
- "//testing/gtest",
+ ]
+
+ mojo_sdk_deps = [
+ "mojo/public:gtest",
+ "mojo/public/cpp/test_support",
]
}
« no previous file with comments | « mojo/public/cpp/application/tests/service_provider_impl_unittest.cc ('k') | mojo/public/cpp/bindings/tests/array_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698