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

Unified Diff: services/shell/tests/connect/BUILD.gn

Issue 1918143004: Convert Mojo tests to use swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « services/shell/shell.gyp ('k') | services/shell/tests/lifecycle/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/connect/BUILD.gn
diff --git a/services/shell/tests/connect/BUILD.gn b/services/shell/tests/connect/BUILD.gn
index 50c0d07a64a41b9d9ca3bc94fe54176c835fd77b..00bf94408e69c279118c1344ab1c6e1b570dac95 100644
--- a/services/shell/tests/connect/BUILD.gn
+++ b/services/shell/tests/connect/BUILD.gn
@@ -62,13 +62,15 @@ mojo_native_application("connect_test_package") {
"connect_test_package.cc",
]
deps = [
- ":connect_test_package_manifest",
":interfaces",
"//base",
"//mojo/common:common_base",
"//services/shell/public/cpp:sources",
"//services/shell/public/interfaces",
]
+ data_deps = [
+ ":connect_test_package_manifest",
+ ]
}
mojo_application_manifest("connect_test_package_manifest") {
@@ -90,13 +92,15 @@ mojo_native_application("connect_test_app") {
"connect_test_app.cc",
]
deps = [
- ":connect_test_app_manifest",
":interfaces",
"//base",
"//mojo/common:common_base",
"//services/shell/public/cpp:sources",
"//services/shell/public/interfaces",
]
+ data_deps = [
+ ":connect_test_app_manifest",
+ ]
}
mojo_application_manifest("connect_test_app_manifest") {
@@ -110,13 +114,15 @@ mojo_native_application("connect_test_class_app") {
"connect_test_class_app.cc",
]
deps = [
- ":connect_test_class_app_manifest",
":interfaces",
"//base",
"//mojo/common:common_base",
"//services/shell/public/cpp:sources",
"//services/shell/public/interfaces",
]
+ data_deps = [
+ ":connect_test_class_app_manifest",
+ ]
}
mojo_application_manifest("connect_test_class_app_manifest") {
@@ -130,11 +136,13 @@ mojo_native_application("connect_test_singleton_app") {
"connect_test_singleton_app.cc",
]
deps = [
- ":connect_test_singleton_app_manifest",
"//base",
"//mojo/common:common_base",
"//services/shell/public/cpp:sources",
]
+ data_deps = [
+ ":connect_test_singleton_app_manifest",
+ ]
}
mojo_application_manifest("connect_test_singleton_app_manifest") {
« no previous file with comments | « services/shell/shell.gyp ('k') | services/shell/tests/lifecycle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698