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

Unified Diff: mash/task_viewer/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/shell/BUILD.gn ('k') | mash/wm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/task_viewer/BUILD.gn
diff --git a/mash/task_viewer/BUILD.gn b/mash/task_viewer/BUILD.gn
index 9f076ff28eaae6b7183d4c992dc76979aa7dab51..a4940dcb07c225e24cba78a39bc6f055bef1b747 100644
--- a/mash/task_viewer/BUILD.gn
+++ b/mash/task_viewer/BUILD.gn
@@ -16,7 +16,6 @@ mojo_native_application("task_viewer") {
]
deps = [
- ":manifest",
"//base",
"//mojo/public/cpp/bindings",
"//mojo/services/catalog/public/interfaces",
@@ -31,6 +30,7 @@ mojo_native_application("task_viewer") {
resources = [ "$root_out_dir/views_mus_resources.pak" ]
data_deps = [
+ ":manifest",
"//components/mus",
]
}
« no previous file with comments | « mash/shell/BUILD.gn ('k') | mash/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698