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

Unified Diff: services/shell/tests/lifecycle/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/tests/connect/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/lifecycle/BUILD.gn
diff --git a/services/shell/tests/lifecycle/BUILD.gn b/services/shell/tests/lifecycle/BUILD.gn
index e44b7147b52e6d6ec20e0f7e551a807254974815..3e002e70a7b5c3fa856e3d82779e7aa345f0a959 100644
--- a/services/shell/tests/lifecycle/BUILD.gn
+++ b/services/shell/tests/lifecycle/BUILD.gn
@@ -74,11 +74,13 @@ mojo_native_application("lifecycle_unittest_package") {
deps = [
":app_client",
":interfaces",
- ":lifecycle_unittest_package_manifest",
"//base",
"//services/shell/public/cpp:sources",
"//services/shell/public/interfaces",
]
+ data_deps = [
+ ":lifecycle_unittest_package_manifest",
+ ]
}
mojo_application_manifest("lifecycle_unittest_package_manifest") {
« no previous file with comments | « services/shell/tests/connect/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698