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

Unified Diff: chrome/app/BUILD.gn

Issue 2832943003: Fixs catalogs for mash/mus (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | chrome/app/mash/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index 73352eefb51063471427159719628061059f272b..c5909b2b205ee4a2c9bf4424cce917c27d237cbf 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -492,16 +492,14 @@ if (use_aura) {
":chrome_content_utility_manifest",
]
- if (enable_package_mash_services) {
- catalog("catalog_for_mus") {
- embedded_services =
- chrome_embedded_services +
- [ ":chrome_content_packaged_services_manifest_for_mash" ]
- }
- }
-
catalog("catalog") {
embedded_services = chrome_embedded_services +
[ ":chrome_content_packaged_services_manifest" ]
}
+
+ catalog("catalog_for_mash") {
+ embedded_services =
+ chrome_embedded_services +
+ [ ":chrome_content_packaged_services_manifest_for_mash" ]
+ }
}
« no previous file with comments | « no previous file | chrome/app/mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698