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

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

Issue 2451413003: Introduce Device Service (Closed)
Patch Set: More cleanup Created 4 years, 1 month 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/BUILD.gn ('k') | services/device/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": "service:content_renderer", 2 "name": "service: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 "mojom::ResourceUsageReporter", 13 "mojom::ResourceUsageReporter",
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 "service:content_browser": [ "renderer" ], 22 "service:content_browser": [ "renderer" ],
23 // TODO(blundell): Replace "*" with specific interfaces.
24 "service:device": [ "*" ],
Ben Goodger (Google) 2016/10/27 23:49:38 Let's not use "*" - can you define a capability?
blundell 2016/10/28 21:03:02 I just took this out for now. I'll add it in the n
23 "service:ui": [ "ui:gpu_client" ] 25 "service:ui": [ "ui:gpu_client" ]
24 } 26 }
25 } 27 }
26 } 28 }
27 } 29 }
OLDNEW
« no previous file with comments | « content/public/app/BUILD.gn ('k') | services/device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698