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

Unified Diff: mojo/shell/tests/shell/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/lifecycle/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/shell/BUILD.gn
diff --git a/mojo/shell/tests/shell/BUILD.gn b/mojo/shell/tests/shell/BUILD.gn
index fc2c25a60aa6a46b13eaab9f01102e7473e3843e..c1b2379db70b1934844148386988cceec840df9e 100644
--- a/mojo/shell/tests/shell/BUILD.gn
+++ b/mojo/shell/tests/shell/BUILD.gn
@@ -15,7 +15,6 @@ source_set("shell") {
deps = [
":interfaces",
- ":manifest",
"//base",
"//base/test:test_config",
"//mojo/common:common_base",
@@ -25,6 +24,7 @@ source_set("shell") {
]
data_deps = [
+ ":manifest",
":shell_unittest_driver",
":shell_unittest_target",
]
@@ -49,7 +49,6 @@ executable("shell_unittest_driver") {
]
deps = [
- ":driver_manifest",
":interfaces",
"//base",
"//mojo/edk/system",
@@ -59,6 +58,10 @@ executable("shell_unittest_driver") {
"//mojo/shell/runner/child:test_native_main",
"//mojo/shell/runner/common",
]
+
+ data_deps = [
+ ":driver_manifest",
+ ]
}
mojo_application_manifest("driver_manifest") {
@@ -76,11 +79,14 @@ executable("shell_unittest_target") {
deps = [
":interfaces",
- ":target_manifest",
"//base",
"//mojo/shell/public/cpp",
"//mojo/shell/runner/child:test_native_main",
]
+
+ data_deps = [
+ ":target_manifest",
+ ]
}
mojo_application_manifest("target_manifest") {
« no previous file with comments | « mojo/shell/tests/lifecycle/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698