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

Unified Diff: mojo/shell/tests/lifecycle/BUILD.gn

Issue 1783533003: Moves mojo_application_manifest to data_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/shell/tests/connect/BUILD.gn ('k') | mojo/shell/tests/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/lifecycle/BUILD.gn
diff --git a/mojo/shell/tests/lifecycle/BUILD.gn b/mojo/shell/tests/lifecycle/BUILD.gn
index 302ba98f1b673959e059053be01f50132a6ed13d..75753560dbc70195e99a51b737979f9ce79c442d 100644
--- a/mojo/shell/tests/lifecycle/BUILD.gn
+++ b/mojo/shell/tests/lifecycle/BUILD.gn
@@ -14,7 +14,6 @@ source_set("lifecycle") {
]
deps = [
":interfaces",
- ":manifest",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
@@ -28,6 +27,7 @@ source_set("lifecycle") {
":lifecycle_unittest_app",
":lifecycle_unittest_exe",
":lifecycle_unittest_package",
+ ":manifest",
]
}
@@ -101,10 +101,13 @@ mojo_native_application("lifecycle_unittest_app") {
deps = [
":app_client",
":interfaces",
- ":lifecycle_unittest_app_manifest",
"//base",
"//mojo/shell/public/cpp:sources",
]
+
+ data_deps = [
+ ":lifecycle_unittest_app_manifest",
+ ]
}
mojo_application_manifest("lifecycle_unittest_app_manifest") {
@@ -119,11 +122,14 @@ executable("lifecycle_unittest_exe") {
]
deps = [
":app_client",
- ":lifecycle_unittest_exe_manifest",
"//base",
"//mojo/shell/public/cpp:sources",
"//mojo/shell/runner/child:test_native_main",
]
+
+ data_deps = [
+ ":lifecycle_unittest_exe_manifest",
+ ]
}
mojo_application_manifest("lifecycle_unittest_exe_manifest") {
« no previous file with comments | « mojo/shell/tests/connect/BUILD.gn ('k') | mojo/shell/tests/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698