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

Unified Diff: components/mus/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 | « components/leveldb/BUILD.gn ('k') | components/profile_service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/BUILD.gn
diff --git a/components/mus/BUILD.gn b/components/mus/BUILD.gn
index 5891ffa974d3f5d0f8eee5fa8355df5053c590dd..0f54042936364955d7cb57fe7f6ed901de67a4fb 100644
--- a/components/mus/BUILD.gn
+++ b/components/mus/BUILD.gn
@@ -35,7 +35,6 @@ if (is_android) {
deps = [
":lib",
- ":manifest",
"//mojo/platform_handle:for_shared_library",
"//mojo/shell/public/cpp:sources",
]
@@ -43,6 +42,10 @@ if (is_android) {
if (is_win) {
deps += [ ":copy_gl_libraries" ]
}
+
+ data_deps = [
+ ":manifest",
+ ]
}
mojo_application_manifest("manifest") {
« no previous file with comments | « components/leveldb/BUILD.gn ('k') | components/profile_service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698