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

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

Issue 2675743002: PPAPI: Make output protection API work with mus+ash (Closed)
Patch Set: Addressed review issues Created 3 years, 10 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 | « chrome/browser/media/output_protection_proxy.cc ('k') | services/ui/display/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 "plugin": [ 7 "plugin": [
8 "discardable_memory::mojom::DiscardableSharedMemoryManager", 8 "discardable_memory::mojom::DiscardableSharedMemoryManager",
9 "ui::mojom::Gpu" 9 "ui::mojom::Gpu"
10 ], 10 ],
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 ] 44 ]
45 }, 45 },
46 "requires": { 46 "requires": {
47 "*": [ "app" ], 47 "*": [ "app" ],
48 // In classic ash, the browser supplies ash interfaces to itself. 48 // In classic ash, the browser supplies ash interfaces to itself.
49 "content_browser": [ "ash" ], 49 "content_browser": [ "ash" ],
50 "content_gpu": [ "browser" ], 50 "content_gpu": [ "browser" ],
51 "content_plugin": [ "browser" ], 51 "content_plugin": [ "browser" ],
52 "content_renderer": [ "browser" ], 52 "content_renderer": [ "browser" ],
53 "content_utility": [ "browser" ], 53 "content_utility": [ "browser" ],
54 "file": [ "file:filesystem", "file:leveldb" ],
55 "media": [ "media:media" ],
56 "ui": [ "display_output_protection" ],
54 "service_manager": [ 57 "service_manager": [
55 "service_manager:client_process", 58 "service_manager:client_process",
56 "service_manager:instance_name", 59 "service_manager:instance_name",
57 "service_manager:user_id" 60 "service_manager:user_id"
58 ], 61 ],
59 "file": [ "file:filesystem", "file:leveldb" ],
60 "media": [ "media:media" ],
61 "shape_detection": [ 62 "shape_detection": [
62 "barcode_detection", 63 "barcode_detection",
63 "face_detection" 64 "face_detection"
64 ] 65 ]
65 } 66 }
66 }, 67 },
67 "navigation:frame": { 68 "navigation:frame": {
68 "provides": { 69 "provides": {
69 "renderer": [ 70 "renderer": [
70 // TODO(beng): these belong in //chrome's overlay, but there are some 71 // TODO(beng): these belong in //chrome's overlay, but there are some
(...skipping 24 matching lines...) Expand all
95 "payments::mojom::PaymentRequest", 96 "payments::mojom::PaymentRequest",
96 "ui::mojom::Gpu" 97 "ui::mojom::Gpu"
97 ] 98 ]
98 }, 99 },
99 "requires": { 100 "requires": {
100 "content_renderer": [ "browser" ] 101 "content_renderer": [ "browser" ]
101 } 102 }
102 } 103 }
103 } 104 }
104 } 105 }
OLDNEW
« no previous file with comments | « chrome/browser/media/output_protection_proxy.cc ('k') | services/ui/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698