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

Unified Diff: chrome/app/mash/BUILD.gn

Issue 2695803004: Make browser process a singleton service (Closed)
Patch Set: . Created 3 years, 10 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/chrome_manifest.json ('k') | chrome/app/mash/mash_runner.cc » ('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 feba96a3290ad4b6c9f4648a9a805d112219f0ce..3762ab57873a9f902a301bc9e0648ed9996f2905 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -77,7 +77,7 @@ service_manifest("mash_manifest") {
catalog("catalog") {
embedded_services = [ ":mash_manifest" ]
- catalog_deps = [ "//chrome/app:catalog" ]
+ catalog_deps = [ "//chrome/app:catalog_for_mash" ]
standalone_services = [ "//mash/example/views_examples:manifest" ]
}
« no previous file with comments | « chrome/app/chrome_manifest.json ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698