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

Unified Diff: content/public/app/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/content_resources.grd ('k') | content/public/app/mojo/content_packaged_services_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/BUILD.gn
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
index 98d7362d8d194ecfbcad765743ed2497b0e3ff00..7ea74d83c2ba13973d2194da7c72e818ef662e2d 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -174,17 +174,22 @@ if (is_component_build) {
}
}
-service_manifest("browser_manifest") {
- name = "content_browser"
- source = "mojo/content_browser_manifest.json"
+service_manifest("packaged_services_manifest") {
+ name = "content_packaged_services"
+ source = "mojo/content_packaged_services_manifest.json"
packaged_services = [
"//media/mojo/services:media_manifest",
"//services/device:manifest",
- "//services/file:manifest",
"//services/shape_detection:manifest",
]
}
+service_manifest("browser_manifest") {
+ name = "content_browser"
+ source = "mojo/content_browser_manifest.json"
+ packaged_services = [ "//services/file:manifest" ]
+}
+
service_manifest("gpu_manifest") {
name = "content_gpu"
source = "mojo/content_gpu_manifest.json"
« no previous file with comments | « content/content_resources.grd ('k') | content/public/app/mojo/content_packaged_services_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698