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

Side by Side Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2710823003: NOCOMMIT prototype: GRC service plumbing and process priority
Patch Set: Buildfixes Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "content_browser", 2 "name": "content_browser",
3 "display_name": "Content (browser process)", 3 "display_name": "Content (browser process)",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "plugin": [ 7 "plugin": [
8 "discardable_memory::mojom::DiscardableSharedMemoryManager", 8 "discardable_memory::mojom::DiscardableSharedMemoryManager",
9 "ui::mojom::Gpu" 9 "ui::mojom::Gpu"
10 ], 10 ],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "ui": [ "display_output_protection" ], 57 "ui": [ "display_output_protection" ],
58 "service_manager": [ 58 "service_manager": [
59 "service_manager:client_process", 59 "service_manager:client_process",
60 "service_manager:instance_name", 60 "service_manager:instance_name",
61 "service_manager:user_id" 61 "service_manager:user_id"
62 ], 62 ],
63 "shape_detection": [ 63 "shape_detection": [
64 "barcode_detection", 64 "barcode_detection",
65 "face_detection", 65 "face_detection",
66 "text_detection" 66 "text_detection"
67 ] 67 ],
68 "resource_coordinator": [ "coordination_unit" ]
68 } 69 }
69 }, 70 },
70 "navigation:frame": { 71 "navigation:frame": {
71 "provides": { 72 "provides": {
72 "renderer": [ 73 "renderer": [
73 // TODO(beng): these belong in //chrome's overlay, but there are some 74 // TODO(beng): these belong in //chrome's overlay, but there are some
74 // issues with mash browser_tests's manifest config that make this 75 // issues with mash browser_tests's manifest config that make this
75 // impossible this week. Remove once sky/ken fix this. 76 // impossible this week. Remove once sky/ken fix this.
76 "autofill::mojom::AutofillDriver", 77 "autofill::mojom::AutofillDriver",
77 "autofill::mojom::PasswordManagerDriver", 78 "autofill::mojom::PasswordManagerDriver",
(...skipping 11 matching lines...) Expand all
89 "device::mojom::SensorProvider", 90 "device::mojom::SensorProvider",
90 "device::mojom::WakeLockService", 91 "device::mojom::WakeLockService",
91 "device::nfc::mojom::NFC", 92 "device::nfc::mojom::NFC",
92 "device::usb::DeviceManager", 93 "device::usb::DeviceManager",
93 "discardable_memory::mojom::DiscardableSharedMemoryManager", 94 "discardable_memory::mojom::DiscardableSharedMemoryManager",
94 "media::mojom::InterfaceFactory", 95 "media::mojom::InterfaceFactory",
95 "media::mojom::RemoterFactory", 96 "media::mojom::RemoterFactory",
96 "media::mojom::Renderer", 97 "media::mojom::Renderer",
97 "mojom::MediaDevicesDispatcherHost", 98 "mojom::MediaDevicesDispatcherHost",
98 "payments::mojom::PaymentRequest", 99 "payments::mojom::PaymentRequest",
100 "resource_coordinator::mojom::CoordinationUnit",
99 "ui::mojom::Gpu" 101 "ui::mojom::Gpu"
100 ] 102 ]
101 }, 103 },
102 "requires": { 104 "requires": {
103 "content_renderer": [ "browser" ] 105 "content_renderer": [ "browser" ]
104 } 106 }
105 } 107 }
106 } 108 }
107 } 109 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698