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

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

Issue 2833873003: WIP: The tracing service prototype
Patch Set: sync Created 3 years, 7 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_gpu", 2 "name": "content_gpu",
3 "display_name": "Content (GPU process)", 3 "display_name": "Content (GPU 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 "IPC::mojom::ChannelBootstrap", 9 "IPC::mojom::ChannelBootstrap",
10 "service_manager::mojom::ServiceFactory", 10 "service_manager::mojom::ServiceFactory",
11 "ui::mojom::GpuMain" 11 "ui::mojom::GpuMain"
12 ], 12 ],
13 "service_manager:service_factory": [ 13 "service_manager:service_factory": [
14 "service_manager::mojom::ServiceFactory" 14 "service_manager::mojom::ServiceFactory"
15 ] 15 ]
16 }, 16 },
17 "requires": { 17 "requires": {
18 "*": [ "app" ],
18 "content_browser": [ "gpu" ], 19 "content_browser": [ "gpu" ],
19 "device": [ "device:power_monitor" ] 20 "device": [ "device:power_monitor" ]
20 } 21 }
21 } 22 }
22 } 23 }
23 } 24 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/public/app/mojo/content_plugin_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698