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

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

Issue 2896913002: Reland [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Fixes for test/bot failures. 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
« no previous file with comments | « content/public/app/BUILD.gn ('k') | content/test/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 "content::mojom::FieldTrialRecorder", 8 "content::mojom::FieldTrialRecorder",
9 "media::mojom::AndroidOverlayProvider" 9 "media::mojom::AndroidOverlayProvider"
10 ], 10 ],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "service_manager:instance_name", 77 "service_manager:instance_name",
78 "service_manager:service_manager", 78 "service_manager:service_manager",
79 "service_manager:user_id" 79 "service_manager:user_id"
80 ], 80 ],
81 "shape_detection": [ 81 "shape_detection": [
82 "barcode_detection", 82 "barcode_detection",
83 "face_detection", 83 "face_detection",
84 "text_detection" 84 "text_detection"
85 85
86 ], 86 ],
87 "resource_coordinator": [ "coordination_unit" ] 87 "resource_coordinator": [ "coordination_unit" ],
88 "video_capture": [ "capture" ]
88 } 89 }
89 }, 90 },
90 "navigation:frame": { 91 "navigation:frame": {
91 "provides": { 92 "provides": {
92 "renderer": [ 93 "renderer": [
93 // TODO(beng): these belong in //chrome's overlay, but there are some 94 // TODO(beng): these belong in //chrome's overlay, but there are some
94 // issues with mash browser_tests's manifest config that make this 95 // issues with mash browser_tests's manifest config that make this
95 // impossible this week. Remove once sky/ken fix this. 96 // impossible this week. Remove once sky/ken fix this.
96 "autofill::mojom::AutofillDriver", 97 "autofill::mojom::AutofillDriver",
97 "autofill::mojom::PasswordManagerDriver", 98 "autofill::mojom::PasswordManagerDriver",
(...skipping 19 matching lines...) Expand all
117 "payments::mojom::PaymentRequest", 118 "payments::mojom::PaymentRequest",
118 "ui::mojom::Gpu" 119 "ui::mojom::Gpu"
119 ] 120 ]
120 }, 121 },
121 "requires": { 122 "requires": {
122 "content_renderer": [ "browser" ] 123 "content_renderer": [ "browser" ]
123 } 124 }
124 } 125 }
125 } 126 }
126 } 127 }
OLDNEW
« no previous file with comments | « content/public/app/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698