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

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

Issue 2774463002: image_decoder service -> data_decoder service (Closed)
Patch Set: . 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/BUILD.gn ('k') | content/utility/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_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 "media::mojom::AndroidOverlayProvider", 8 "media::mojom::AndroidOverlayProvider",
9 "memory_instrumentation::mojom::Coordinator" 9 "memory_instrumentation::mojom::Coordinator"
10 ], 10 ],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 ] 47 ]
48 }, 48 },
49 "requires": { 49 "requires": {
50 "*": [ "app" ], 50 "*": [ "app" ],
51 // In classic ash, the browser supplies ash interfaces to itself. 51 // In classic ash, the browser supplies ash interfaces to itself.
52 "content_browser": [ "ash" ], 52 "content_browser": [ "ash" ],
53 "content_gpu": [ "browser" ], 53 "content_gpu": [ "browser" ],
54 "content_plugin": [ "browser" ], 54 "content_plugin": [ "browser" ],
55 "content_renderer": [ "browser" ], 55 "content_renderer": [ "browser" ],
56 "content_utility": [ "browser" ], 56 "content_utility": [ "browser" ],
57 "data_decoder": [ "image_decoder" ],
57 "file": [ "file:filesystem", "file:leveldb" ], 58 "file": [ "file:filesystem", "file:leveldb" ],
58 "media": [ "media:media" ], 59 "media": [ "media:media" ],
59 "ui": [ "display_output_protection" ], 60 "ui": [ "display_output_protection" ],
60 "service_manager": [ 61 "service_manager": [
61 "service_manager:client_process", 62 "service_manager:client_process",
62 "service_manager:instance_name", 63 "service_manager:instance_name",
63 "service_manager:user_id" 64 "service_manager:user_id"
64 ], 65 ],
65 "shape_detection": [ 66 "shape_detection": [
66 "barcode_detection", 67 "barcode_detection",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "payments::mojom::PaymentRequest", 100 "payments::mojom::PaymentRequest",
100 "ui::mojom::Gpu" 101 "ui::mojom::Gpu"
101 ] 102 ]
102 }, 103 },
103 "requires": { 104 "requires": {
104 "content_renderer": [ "browser" ] 105 "content_renderer": [ "browser" ]
105 } 106 }
106 } 107 }
107 } 108 }
108 } 109 }
OLDNEW
« no previous file with comments | « content/public/app/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698