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

Unified Diff: mash/screenlock/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/quick_launch/BUILD.gn ('k') | mash/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/screenlock/BUILD.gn
diff --git a/mash/screenlock/BUILD.gn b/mash/screenlock/BUILD.gn
index 99bdf97485924fd906690f26929281f744b0bcc8..546394297f6a134043e3cd922e297f4feaee1d5d 100644
--- a/mash/screenlock/BUILD.gn
+++ b/mash/screenlock/BUILD.gn
@@ -16,7 +16,6 @@ mojo_native_application("screenlock") {
]
deps = [
- ":manifest",
"//base",
"//components/mus/public/cpp",
"//mash/shell/public/interfaces",
@@ -33,6 +32,7 @@ mojo_native_application("screenlock") {
resources = [ "$root_out_dir/views_mus_resources.pak" ]
data_deps = [
+ ":manifest",
"//components/mus",
]
}
« no previous file with comments | « mash/quick_launch/BUILD.gn ('k') | mash/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698