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

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

Issue 2629523008: Shape Detection: Remove ConstructorCallWith=Document (Closed)
Patch Set: Add layout test for worker Created 3 years, 11 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 16 matching lines...) Expand all
27 "device::BatteryMonitor", 27 "device::BatteryMonitor",
28 "device::mojom::GamepadMonitor", 28 "device::mojom::GamepadMonitor",
29 "device::mojom::LightSensor", 29 "device::mojom::LightSensor",
30 "device::mojom::MotionSensor", 30 "device::mojom::MotionSensor",
31 "device::mojom::OrientationAbsoluteSensor", 31 "device::mojom::OrientationAbsoluteSensor",
32 "device::mojom::OrientationSensor", 32 "device::mojom::OrientationSensor",
33 "discardable_memory::mojom::DiscardableSharedMemoryManager", 33 "discardable_memory::mojom::DiscardableSharedMemoryManager",
34 "media::mojom::ImageCapture", 34 "media::mojom::ImageCapture",
35 "memory_coordinator::mojom::MemoryCoordinatorHandle", 35 "memory_coordinator::mojom::MemoryCoordinatorHandle",
36 "payments::mojom::PaymentAppManager", 36 "payments::mojom::PaymentAppManager",
37 "shape_detection::mojom::BarcodeDetection",
38 "shape_detection::mojom::FaceDetectionProvider",
39 "shape_detection::mojom::TextDetection",
37 "ui::mojom::Gpu" 40 "ui::mojom::Gpu"
38 ], 41 ],
39 "service_manager:service_factory": [ 42 "service_manager:service_factory": [
40 "service_manager::mojom::ServiceFactory" 43 "service_manager::mojom::ServiceFactory"
41 ] 44 ]
42 }, 45 },
43 "requires": { 46 "requires": {
44 "*": [ "app" ], 47 "*": [ "app" ],
45 // In classic ash, the browser supplies ash interfaces to itself. 48 // In classic ash, the browser supplies ash interfaces to itself.
46 "content_browser": [ "ash" ], 49 "content_browser": [ "ash" ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "device::mojom::SensorProvider", 82 "device::mojom::SensorProvider",
80 "device::mojom::WakeLockService", 83 "device::mojom::WakeLockService",
81 "device::nfc::mojom::NFC", 84 "device::nfc::mojom::NFC",
82 "device::usb::DeviceManager", 85 "device::usb::DeviceManager",
83 "discardable_memory::mojom::DiscardableSharedMemoryManager", 86 "discardable_memory::mojom::DiscardableSharedMemoryManager",
84 "media::mojom::InterfaceFactory", 87 "media::mojom::InterfaceFactory",
85 "media::mojom::RemoterFactory", 88 "media::mojom::RemoterFactory",
86 "media::mojom::Renderer", 89 "media::mojom::Renderer",
87 "mojom::MediaDevicesDispatcherHost", 90 "mojom::MediaDevicesDispatcherHost",
88 "payments::mojom::PaymentRequest", 91 "payments::mojom::PaymentRequest",
89 "shape_detection::mojom::BarcodeDetection",
90 "shape_detection::mojom::FaceDetectionProvider",
91 "shape_detection::mojom::TextDetection",
92 "ui::mojom::Gpu" 92 "ui::mojom::Gpu"
93 ] 93 ]
94 }, 94 },
95 "requires": { 95 "requires": {
96 "content_renderer": [ "browser" ] 96 "content_renderer": [ "browser" ]
97 } 97 }
98 } 98 }
99 } 99 }
100 } 100 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698