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

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

Issue 2745443002: [Device Service] Port ScreenOrientationListener into Device Service. (Closed)
Patch Set: Add DEPS 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_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:power_monitor", 23 "device:power_monitor",
24 "device:screen_orientation",
24 "device:time_zone_monitor" 25 "device:time_zone_monitor"
25 ], 26 ],
26 "ui": [ 27 "ui": [
27 "discardable_memory", 28 "discardable_memory",
28 "gpu_client" 29 "gpu_client"
29 ] 30 ]
30 } 31 }
31 }, 32 },
32 "navigation:frame": { 33 "navigation:frame": {
33 "provides": { 34 "provides": {
(...skipping 28 matching lines...) Expand all
62 "v8_snapshot_32_data" : [{ 63 "v8_snapshot_32_data" : [{
63 "path": "assets/snapshot_blob_32.bin", 64 "path": "assets/snapshot_blob_32.bin",
64 "platform": "android" 65 "platform": "android"
65 }], 66 }],
66 "v8_snapshot_64_data" : [{ 67 "v8_snapshot_64_data" : [{
67 "path": "assets/snapshot_blob_64.bin", 68 "path": "assets/snapshot_blob_64.bin",
68 "platform": "android" 69 "platform": "android"
69 }] 70 }]
70 } 71 }
71 } 72 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698