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

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

Issue 2698083007: Port device_generic_sensor to be hosted in Device Service. (Closed)
Patch Set: code rebase Created 3 years, 8 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_renderer", 2 "name": "content_renderer",
3 "display_name": "Content (renderer process)", 3 "display_name": "Content (renderer process)",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "browser": [ 7 "browser": [
8 "content::mojom::Child", 8 "content::mojom::Child",
9 "content::mojom::EmbeddedWorkerInstanceClient", 9 "content::mojom::EmbeddedWorkerInstanceClient",
10 "content::mojom::EmbeddedWorkerSetup", 10 "content::mojom::EmbeddedWorkerSetup",
11 "content::mojom::FrameFactory", 11 "content::mojom::FrameFactory",
12 "content::mojom::RenderWidgetWindowTreeClientFactory", 12 "content::mojom::RenderWidgetWindowTreeClientFactory",
13 "IPC::mojom::ChannelBootstrap", 13 "IPC::mojom::ChannelBootstrap",
14 "visitedlink::mojom::VisitedLinkNotificationSink", 14 "visitedlink::mojom::VisitedLinkNotificationSink",
15 "web_cache::mojom::WebCache" 15 "web_cache::mojom::WebCache"
16 ], 16 ],
17 "service_manager:service_factory": [ 17 "service_manager:service_factory": [
18 "service_manager::mojom::ServiceFactory" 18 "service_manager::mojom::ServiceFactory"
19 ] 19 ]
20 }, 20 },
21 "requires": { 21 "requires": {
22 "content_browser": [ "renderer" ], 22 "content_browser": [ "renderer" ],
23 "device": [ 23 "device": [
24 "device:battery_monitor", 24 "device:battery_monitor",
25 "device:generic_sensor",
25 "device:power_monitor", 26 "device:power_monitor",
26 "device:screen_orientation", 27 "device:screen_orientation",
27 "device:sensors", 28 "device:sensors",
28 "device:time_zone_monitor", 29 "device:time_zone_monitor",
29 "device:vibration" 30 "device:vibration"
30 ], 31 ],
31 "ui": [ 32 "ui": [
32 "discardable_memory", 33 "discardable_memory",
33 "gpu_client" 34 "gpu_client"
34 ] 35 ]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "v8_snapshot_32_data" : [{ 68 "v8_snapshot_32_data" : [{
68 "path": "assets/snapshot_blob_32.bin", 69 "path": "assets/snapshot_blob_32.bin",
69 "platform": "android" 70 "platform": "android"
70 }], 71 }],
71 "v8_snapshot_64_data" : [{ 72 "v8_snapshot_64_data" : [{
72 "path": "assets/snapshot_blob_64.bin", 73 "path": "assets/snapshot_blob_64.bin",
73 "platform": "android" 74 "platform": "android"
74 }] 75 }]
75 } 76 }
76 } 77 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/public/common/content_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698