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

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

Issue 2694083005: memory-infra: Finish moving memory_infra from TracingController (Closed)
Patch Set: style: auto must not deduce to raw pointer 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
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "gpu": [
8 "memory_instrumentation::mojom::Coordinator"
9 ],
7 "plugin": [ 10 "plugin": [
8 "discardable_memory::mojom::DiscardableSharedMemoryManager", 11 "discardable_memory::mojom::DiscardableSharedMemoryManager",
9 "ui::mojom::Gpu" 12 "ui::mojom::Gpu"
10 ], 13 ],
11 "renderer": [ 14 "renderer": [
12 "blink::mojom::BackgroundSyncService", 15 "blink::mojom::BackgroundSyncService",
13 "blink::mojom::BroadcastChannelProvider", 16 "blink::mojom::BroadcastChannelProvider",
14 "blink::mojom::BudgetService", 17 "blink::mojom::BudgetService",
15 "blink::mojom::Hyphenation", 18 "blink::mojom::Hyphenation",
16 "blink::mojom::MimeRegistry", 19 "blink::mojom::MimeRegistry",
(...skipping 10 matching lines...) Expand all
27 "content::mojom::VideoCaptureHost", 30 "content::mojom::VideoCaptureHost",
28 "device::BatteryMonitor", 31 "device::BatteryMonitor",
29 "device::mojom::GamepadMonitor", 32 "device::mojom::GamepadMonitor",
30 "device::mojom::LightSensor", 33 "device::mojom::LightSensor",
31 "device::mojom::MotionSensor", 34 "device::mojom::MotionSensor",
32 "device::mojom::OrientationAbsoluteSensor", 35 "device::mojom::OrientationAbsoluteSensor",
33 "device::mojom::OrientationSensor", 36 "device::mojom::OrientationSensor",
34 "discardable_memory::mojom::DiscardableSharedMemoryManager", 37 "discardable_memory::mojom::DiscardableSharedMemoryManager",
35 "media::mojom::ImageCapture", 38 "media::mojom::ImageCapture",
36 "memory_coordinator::mojom::MemoryCoordinatorHandle", 39 "memory_coordinator::mojom::MemoryCoordinatorHandle",
40 "memory_instrumentation::mojom::Coordinator",
37 "payments::mojom::PaymentAppManager", 41 "payments::mojom::PaymentAppManager",
38 "shape_detection::mojom::BarcodeDetection", 42 "shape_detection::mojom::BarcodeDetection",
39 "shape_detection::mojom::FaceDetectionProvider", 43 "shape_detection::mojom::FaceDetectionProvider",
40 "shape_detection::mojom::TextDetection", 44 "shape_detection::mojom::TextDetection",
41 "ui::mojom::Gpu" 45 "ui::mojom::Gpu"
42 ], 46 ],
43 "service_manager:service_factory": [ 47 "service_manager:service_factory": [
44 "service_manager::mojom::ServiceFactory" 48 "service_manager::mojom::ServiceFactory"
45 ] 49 ]
46 }, 50 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "payments::mojom::PaymentRequest", 101 "payments::mojom::PaymentRequest",
98 "ui::mojom::Gpu" 102 "ui::mojom::Gpu"
99 ] 103 ]
100 }, 104 },
101 "requires": { 105 "requires": {
102 "content_renderer": [ "browser" ] 106 "content_renderer": [ "browser" ]
103 } 107 }
104 } 108 }
105 } 109 }
106 } 110 }
OLDNEW
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698