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

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

Issue 2938443002: [GRC] UKM Support (Closed)
Patch Set: Address reviewer feedback Created 3 years, 6 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 | « components/ukm/public/ukm_recorder.h ('k') | services/resource_coordinator/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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "service_manager::mojom::ServiceFactory" 51 "service_manager::mojom::ServiceFactory"
52 ], 52 ],
53 "utility": [ 53 "utility": [
54 "discardable_memory::mojom::DiscardableSharedMemoryManager", 54 "discardable_memory::mojom::DiscardableSharedMemoryManager",
55 "memory_instrumentation::mojom::Coordinator" 55 "memory_instrumentation::mojom::Coordinator"
56 ] 56 ]
57 }, 57 },
58 "requires": { 58 "requires": {
59 "*": [ "app" ], 59 "*": [ "app" ],
60 // In classic ash, the browser supplies ash interfaces to itself. 60 // In classic ash, the browser supplies ash interfaces to itself.
61 "content_browser": [ "ash", "display", "memory_instrumentation" ], 61 "content_browser": [ "ash", "display", "memory_instrumentation", "url_ke yed_metrics" ],
62 "content_gpu": [ "browser" ], 62 "content_gpu": [ "browser" ],
63 "content_plugin": [ "browser" ], 63 "content_plugin": [ "browser" ],
64 "content_renderer": [ "browser" ], 64 "content_renderer": [ "browser" ],
65 "content_utility": [ "browser" ], 65 "content_utility": [ "browser" ],
66 "data_decoder": [ "image_decoder" ], 66 "data_decoder": [ "image_decoder" ],
67 "device": [ "device:nfc", "device:wake_lock" ], 67 "device": [ "device:nfc", "device:wake_lock" ],
68 "file": [ "file:filesystem", "file:leveldb" ], 68 "file": [ "file:filesystem", "file:leveldb" ],
69 "media": [ "media:media" ], 69 "media": [ "media:media" ],
70 "network": [ 70 "network": [
71 "network_service", 71 "network_service",
72 "test", 72 "test",
73 "url_loader" 73 "url_loader"
74 ], 74 ],
75 "ui": [ "display_output_protection" ], 75 "ui": [ "display_output_protection" ],
76 "service_manager": [ 76 "service_manager": [
77 "service_manager:client_process", 77 "service_manager:client_process",
78 "service_manager:instance_name", 78 "service_manager:instance_name",
79 "service_manager:service_manager", 79 "service_manager:service_manager",
80 "service_manager:user_id" 80 "service_manager:user_id"
81 ], 81 ],
82 "shape_detection": [ 82 "shape_detection": [
83 "barcode_detection", 83 "barcode_detection",
84 "face_detection", 84 "face_detection",
85 "text_detection" 85 "text_detection"
86
87 ], 86 ],
88 "resource_coordinator": [ "coordination_unit" ], 87 "resource_coordinator": [ "coordination_unit", "service_callbacks" ],
89 "video_capture": [ "capture", "tests" ] 88 "video_capture": [ "capture", "tests" ]
90 } 89 }
91 }, 90 },
92 "navigation:frame": { 91 "navigation:frame": {
93 "provides": { 92 "provides": {
94 "renderer": [ 93 "renderer": [
95 // 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
96 // issues with mash browser_tests's manifest config that make this 95 // issues with mash browser_tests's manifest config that make this
97 // impossible this week. Remove once sky/ken fix this. 96 // impossible this week. Remove once sky/ken fix this.
98 "autofill::mojom::AutofillDriver", 97 "autofill::mojom::AutofillDriver",
(...skipping 22 matching lines...) Expand all
121 "resource_coordinator::mojom::CoordinationUnit", 120 "resource_coordinator::mojom::CoordinationUnit",
122 "ui::mojom::Gpu" 121 "ui::mojom::Gpu"
123 ] 122 ]
124 }, 123 },
125 "requires": { 124 "requires": {
126 "content_renderer": [ "browser" ] 125 "content_renderer": [ "browser" ]
127 } 126 }
128 } 127 }
129 } 128 }
130 } 129 }
OLDNEW
« no previous file with comments | « components/ukm/public/ukm_recorder.h ('k') | services/resource_coordinator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698