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

Unified Diff: mojo/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/services/tracing/BUILD.gn ('k') | mojo/shell/background/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 36e0b4534b6f7bffe4dcfa1943a3c9d5747371fb..2f7be9d90a0b7be026f532c1cc9209e0468e8e2e 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -34,7 +34,6 @@ source_set("shell") {
]
deps = [
- ":manifest",
"//base",
"//base/third_party/dynamic_annotations",
"//mojo/common",
@@ -51,6 +50,10 @@ source_set("shell") {
"//mojo/services/catalog:lib",
]
+ data_deps = [
+ ":manifest",
+ ]
+
# For mojo/shell/application_loader.h
allow_circular_includes_from = [ "//mojo/services/catalog:lib" ]
}
« no previous file with comments | « mojo/services/tracing/BUILD.gn ('k') | mojo/shell/background/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698