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

Unified Diff: mash/init/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 | « mash/example/window_type_launcher/BUILD.gn ('k') | mash/login/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/init/BUILD.gn
diff --git a/mash/init/BUILD.gn b/mash/init/BUILD.gn
index 010fb38d7b098f30caf8e1a28bf04226e02ac675..79a79bfecc52af5bbed2bc3346170452ac5f92e2 100644
--- a/mash/init/BUILD.gn
+++ b/mash/init/BUILD.gn
@@ -17,7 +17,6 @@ mojo_native_application("init") {
]
deps = [
- ":manifest",
"//base",
"//components/mus/public/cpp",
"//mash/init/public/interfaces",
@@ -25,6 +24,10 @@ mojo_native_application("init") {
"//mojo/services/tracing/public/cpp",
"//mojo/shell/public/cpp",
]
+
+ data_deps = [
+ ":manifest",
+ ]
}
mojo_application_manifest("manifest") {
« no previous file with comments | « mash/example/window_type_launcher/BUILD.gn ('k') | mash/login/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698