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

Unified Diff: chrome/app/mash/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 | « chrome/app/BUILD.gn ('k') | chrome/test/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 ba8bd1ff687d39b92d7c821a19816618715f5abd..5bb9c71a2f2d0bf59285893f917a08b763d5e570 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -84,7 +84,7 @@ service_manifest("mash_manifest") {
catalog("catalog") {
embedded_services = [ ":mash_manifest" ]
- catalog_deps = [ "//chrome/app:catalog_for_mus" ]
+ catalog_deps = [ "//chrome/app:catalog_for_mash" ]
standalone_services = [
"//mash/example/views_examples:manifest",
"//mash/simple_wm:manifest",
@@ -121,7 +121,7 @@ if (is_chromeos) {
catalog("catalog_mus") {
embedded_services = [ ":mus_manifest" ]
- catalog_deps = [ "//chrome/app:catalog_for_mus" ]
+ catalog_deps = [ "//chrome/app:catalog" ]
}
catalog_cpp_source("chrome_mus_catalog") {
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698