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

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

Issue 2871353002: GRC: Added Tab coordination units 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') | services/resource_coordinator/public/cpp/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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "ui": [ "display_output_protection" ], 70 "ui": [ "display_output_protection" ],
71 "service_manager": [ 71 "service_manager": [
72 "service_manager:client_process", 72 "service_manager:client_process",
73 "service_manager:instance_name", 73 "service_manager:instance_name",
74 "service_manager:user_id" 74 "service_manager:user_id"
75 ], 75 ],
76 "shape_detection": [ 76 "shape_detection": [
77 "barcode_detection", 77 "barcode_detection",
78 "face_detection", 78 "face_detection",
79 "text_detection" 79 "text_detection"
80 ] 80
81 ],
82 "resource_coordinator": [ "coordination_unit" ]
81 } 83 }
82 }, 84 },
83 "navigation:frame": { 85 "navigation:frame": {
84 "provides": { 86 "provides": {
85 "renderer": [ 87 "renderer": [
86 // TODO(beng): these belong in //chrome's overlay, but there are some 88 // TODO(beng): these belong in //chrome's overlay, but there are some
87 // issues with mash browser_tests's manifest config that make this 89 // issues with mash browser_tests's manifest config that make this
88 // impossible this week. Remove once sky/ken fix this. 90 // impossible this week. Remove once sky/ken fix this.
89 "autofill::mojom::AutofillDriver", 91 "autofill::mojom::AutofillDriver",
90 "autofill::mojom::PasswordManagerDriver", 92 "autofill::mojom::PasswordManagerDriver",
(...skipping 19 matching lines...) Expand all
110 "payments::mojom::PaymentRequest", 112 "payments::mojom::PaymentRequest",
111 "ui::mojom::Gpu" 113 "ui::mojom::Gpu"
112 ] 114 ]
113 }, 115 },
114 "requires": { 116 "requires": {
115 "content_renderer": [ "browser" ] 117 "content_renderer": [ "browser" ]
116 } 118 }
117 } 119 }
118 } 120 }
119 } 121 }
OLDNEW
« no previous file with comments | « content/public/app/BUILD.gn ('k') | services/resource_coordinator/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698