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

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

Issue 2734943003: Device Service: Decouple Wake Lock from //content (Closed)
Patch Set: Rebase 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_browser", 2 "name": "content_browser",
3 "display_name": "Content (browser process)", 3 "display_name": "Content (browser process)",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "gpu": [ 7 "gpu": [
8 "memory_instrumentation::mojom::Coordinator" 8 "memory_instrumentation::mojom::Coordinator"
9 ], 9 ],
10 "plugin": [ 10 "plugin": [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 ] 51 ]
52 }, 52 },
53 "requires": { 53 "requires": {
54 "*": [ "app" ], 54 "*": [ "app" ],
55 // In classic ash, the browser supplies ash interfaces to itself. 55 // In classic ash, the browser supplies ash interfaces to itself.
56 "content_browser": [ "ash" ], 56 "content_browser": [ "ash" ],
57 "content_gpu": [ "browser" ], 57 "content_gpu": [ "browser" ],
58 "content_plugin": [ "browser" ], 58 "content_plugin": [ "browser" ],
59 "content_renderer": [ "browser" ], 59 "content_renderer": [ "browser" ],
60 "content_utility": [ "browser" ], 60 "content_utility": [ "browser" ],
61 "device": [ "device:wake_lock" ],
61 "file": [ "file:filesystem", "file:leveldb" ], 62 "file": [ "file:filesystem", "file:leveldb" ],
62 "media": [ "media:media" ], 63 "media": [ "media:media" ],
63 "ui": [ "display_output_protection" ], 64 "ui": [ "display_output_protection" ],
64 "service_manager": [ 65 "service_manager": [
65 "service_manager:client_process", 66 "service_manager:client_process",
66 "service_manager:instance_name", 67 "service_manager:instance_name",
67 "service_manager:user_id" 68 "service_manager:user_id"
68 ], 69 ],
69 "shape_detection": [ 70 "shape_detection": [
70 "barcode_detection", 71 "barcode_detection",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "payments::mojom::PaymentRequest", 105 "payments::mojom::PaymentRequest",
105 "ui::mojom::Gpu" 106 "ui::mojom::Gpu"
106 ] 107 ]
107 }, 108 },
108 "requires": { 109 "requires": {
109 "content_renderer": [ "browser" ] 110 "content_renderer": [ "browser" ]
110 } 111 }
111 } 112 }
112 } 113 }
113 } 114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698