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

Unified Diff: 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 | « content/public/common/service_names.mojom ('k') | mash/session/session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/BUILD.gn
diff --git a/mash/BUILD.gn b/mash/BUILD.gn
index b1e9784f4881d6a4686ef053344e53a9d7d6d6d8..64259637a453f8d86f3778b2d884d4550fecff67 100644
--- a/mash/BUILD.gn
+++ b/mash/BUILD.gn
@@ -58,12 +58,13 @@ catalog("catalog") {
# if you have such a binary built, the runner will be able to locate it.
"//chrome/app:chrome_content_browser_manifest",
"//chrome/app:chrome_content_gpu_manifest",
+ "//chrome/app:chrome_content_packaged_services_manifest_for_mash",
"//chrome/app:chrome_content_plugin_manifest",
"//chrome/app:chrome_content_renderer_manifest",
"//chrome/app:chrome_content_utility_manifest",
]
- executable_overrides = [ "content_browser:@EXE_DIR/chrome" ]
+ executable_overrides = [ "content_packaged_services:@EXE_DIR/chrome" ]
catalog_deps = [ "//mash/example:catalog" ]
« no previous file with comments | « content/public/common/service_names.mojom ('k') | mash/session/session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698