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

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

Issue 2900583002: Revert of [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Rebase 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "service_manager:instance_name", 73 "service_manager:instance_name",
74 "service_manager:service_manager", 74 "service_manager:service_manager",
75 "service_manager:user_id" 75 "service_manager:user_id"
76 ], 76 ],
77 "shape_detection": [ 77 "shape_detection": [
78 "barcode_detection", 78 "barcode_detection",
79 "face_detection", 79 "face_detection",
80 "text_detection" 80 "text_detection"
81 81
82 ], 82 ],
83 "resource_coordinator": [ "coordination_unit" ], 83 "resource_coordinator": [ "coordination_unit" ]
84 "video_capture": [ "capture" ]
85 } 84 }
86 }, 85 },
87 "navigation:frame": { 86 "navigation:frame": {
88 "provides": { 87 "provides": {
89 "renderer": [ 88 "renderer": [
90 // TODO(beng): these belong in //chrome's overlay, but there are some 89 // TODO(beng): these belong in //chrome's overlay, but there are some
91 // issues with mash browser_tests's manifest config that make this 90 // issues with mash browser_tests's manifest config that make this
92 // impossible this week. Remove once sky/ken fix this. 91 // impossible this week. Remove once sky/ken fix this.
93 "autofill::mojom::AutofillDriver", 92 "autofill::mojom::AutofillDriver",
94 "autofill::mojom::PasswordManagerDriver", 93 "autofill::mojom::PasswordManagerDriver",
(...skipping 19 matching lines...) Expand all
114 "payments::mojom::PaymentRequest", 113 "payments::mojom::PaymentRequest",
115 "ui::mojom::Gpu" 114 "ui::mojom::Gpu"
116 ] 115 ]
117 }, 116 },
118 "requires": { 117 "requires": {
119 "content_renderer": [ "browser" ] 118 "content_renderer": [ "browser" ]
120 } 119 }
121 } 120 }
122 } 121 }
123 } 122 }
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