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

Unified Diff: mash/wm/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/task_viewer/BUILD.gn ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index 39f95eceb881f594119851f7e8b78b8ebcb2163b..8a7109920134112c6f066574a02418165b481396 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -103,7 +103,6 @@ mojo_native_application("wm") {
deps = [
":lib",
- ":manifest",
":resources",
"//mojo/shell/public/cpp",
]
@@ -111,6 +110,7 @@ mojo_native_application("wm") {
# TODO(beng): This target relies on //mash/shell, but there is a cycle so we
# can't state that dependency here.
data_deps = [
+ ":manifest",
"//components/mus",
]
@@ -150,7 +150,6 @@ mojo_native_application("apptests") {
]
deps = [
- ":apptest_manifest",
"//base",
"//base/test:test_config",
"//components/mus/public/cpp",
@@ -164,6 +163,7 @@ mojo_native_application("apptests") {
]
data_deps = [
+ ":apptest_manifest",
":wm",
]
« no previous file with comments | « mash/task_viewer/BUILD.gn ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698