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

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

Issue 2755363002: [DeviceService] Port VibrationManager to be hosted in Device Service (Closed)
Patch Set: Rebase only 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/public/app/mojo/content_browser_manifest.json ('k') | content/renderer/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_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::EmbeddedWorkerInstanceClient", 8 "content::mojom::EmbeddedWorkerInstanceClient",
9 "content::mojom::EmbeddedWorkerSetup", 9 "content::mojom::EmbeddedWorkerSetup",
10 "content::mojom::FrameFactory", 10 "content::mojom::FrameFactory",
11 "content::mojom::RenderWidgetWindowTreeClientFactory", 11 "content::mojom::RenderWidgetWindowTreeClientFactory",
12 "IPC::mojom::ChannelBootstrap", 12 "IPC::mojom::ChannelBootstrap",
13 "visitedlink::mojom::VisitedLinkNotificationSink", 13 "visitedlink::mojom::VisitedLinkNotificationSink",
14 "web_cache::mojom::WebCache" 14 "web_cache::mojom::WebCache"
15 ], 15 ],
16 "service_manager:service_factory": [ 16 "service_manager:service_factory": [
17 "service_manager::mojom::ServiceFactory" 17 "service_manager::mojom::ServiceFactory"
18 ] 18 ]
19 }, 19 },
20 "requires": { 20 "requires": {
21 "content_browser": [ "renderer" ], 21 "content_browser": [ "renderer" ],
22 "device": [ 22 "device": [
23 "device:battery_monitor", 23 "device:battery_monitor",
24 "device:power_monitor", 24 "device:power_monitor",
25 "device:screen_orientation", 25 "device:screen_orientation",
26 "device:sensors", 26 "device:sensors",
27 "device:time_zone_monitor" 27 "device:time_zone_monitor",
28 "device:vibration"
28 ], 29 ],
29 "ui": [ 30 "ui": [
30 "discardable_memory", 31 "discardable_memory",
31 "gpu_client" 32 "gpu_client"
32 ] 33 ]
33 } 34 }
34 }, 35 },
35 "navigation:frame": { 36 "navigation:frame": {
36 "provides": { 37 "provides": {
37 "browser": [ 38 "browser": [
(...skipping 27 matching lines...) Expand all
65 "v8_snapshot_32_data" : [{ 66 "v8_snapshot_32_data" : [{
66 "path": "assets/snapshot_blob_32.bin", 67 "path": "assets/snapshot_blob_32.bin",
67 "platform": "android" 68 "platform": "android"
68 }], 69 }],
69 "v8_snapshot_64_data" : [{ 70 "v8_snapshot_64_data" : [{
70 "path": "assets/snapshot_blob_64.bin", 71 "path": "assets/snapshot_blob_64.bin",
71 "platform": "android" 72 "platform": "android"
72 }] 73 }]
73 } 74 }
74 } 75 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698