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

Unified Diff: mash/example/views_examples/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/browser_driver/BUILD.gn ('k') | mash/example/window_type_launcher/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/example/views_examples/BUILD.gn
diff --git a/mash/example/views_examples/BUILD.gn b/mash/example/views_examples/BUILD.gn
index 8de22c8c46d08060b628bbdef15aeb09b2d1a81a..9df0854d375e86fa7257f3ba8488c69b7b3c5d8c 100644
--- a/mash/example/views_examples/BUILD.gn
+++ b/mash/example/views_examples/BUILD.gn
@@ -18,7 +18,6 @@ mojo_native_application("views_examples") {
]
deps = [
- ":manifest",
"//base",
"//components/mus/public/interfaces",
"//mojo/converters/geometry",
@@ -37,6 +36,7 @@ mojo_native_application("views_examples") {
resources = [ "$root_out_dir/views_mus_resources.pak" ]
data_deps = [
+ ":manifest",
"//components/mus",
]
}
« no previous file with comments | « mash/browser_driver/BUILD.gn ('k') | mash/example/window_type_launcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698