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

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

Issue 1406013005: Split the //mojo/public/cpp/test_support:test_utils target. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « mojo/public/c/system/tests/BUILD.gn ('k') | mojo/public/cpp/bindings/tests/binding_callback_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a9ebeacc996c0385f73ce7cad291da508fb9cb04..e04a655b458945fb2647501031f6f7b925b61624 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -49,6 +49,7 @@ mojo_sdk_source_set("tests") {
"mojo/public/cpp/bindings:callback",
"mojo/public/cpp/environment:standalone",
"mojo/public/cpp/system",
+ "mojo/public/cpp/test_support",
"mojo/public/cpp/test_support:test_utils",
"mojo/public/cpp/utility",
"mojo/public/interfaces/bindings/tests:test_interfaces",
@@ -71,7 +72,7 @@ mojo_sdk_source_set("perftests") {
"mojo/public/cpp/bindings:callback",
"mojo/public/cpp/environment:standalone",
"mojo/public/cpp/system",
- "mojo/public/cpp/test_support:test_utils",
+ "mojo/public/cpp/test_support",
"mojo/public/cpp/utility",
"mojo/public/interfaces/bindings/tests:test_interfaces",
]
@@ -117,7 +118,9 @@ if (mojo_use_application_in_sdk) {
deps = [
":versioning_apptest_source_set",
]
- data_deps = [ ":versioning_test_service" ]
+ data_deps = [
+ ":versioning_test_service",
+ ]
}
mojo_sdk_source_set("versioning_apptest_source_set") {
« no previous file with comments | « mojo/public/c/system/tests/BUILD.gn ('k') | mojo/public/cpp/bindings/tests/binding_callback_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698