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

Unified Diff: chrome/app/mash/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 | « ash/mus/BUILD.gn ('k') | components/filesystem/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index 7f2aeb0be5d0ca8ee9a448c0391922033423c7b5..deced6bf293e3b1731660700b836909cd36402d4 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -10,8 +10,6 @@ source_set("mash") {
"mash_runner.h",
]
deps = [
- ":chrome_manifest",
- ":manifest",
"//ash/mus:lib",
"//ash/resources",
"//base:i18n",
@@ -30,6 +28,10 @@ source_set("mash") {
"//mojo/shell/runner/host:lib",
"//url",
]
+ data_deps = [
+ ":chrome_manifest",
+ ":manifest",
+ ]
if (is_linux && !is_android) {
deps += [ "//components/font_service:lib" ]
« no previous file with comments | « ash/mus/BUILD.gn ('k') | components/filesystem/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698