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

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

Issue 2726843006: ShapeDetection: add support for Text Detection in Mac (Closed)
Patch Set: offline reillyg@s comment on DCHECK location Created 3 years, 9 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
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "file": [ "file:filesystem", "file:leveldb" ], 55 "file": [ "file:filesystem", "file:leveldb" ],
56 "media": [ "media:media" ], 56 "media": [ "media:media" ],
57 "ui": [ "display_output_protection" ], 57 "ui": [ "display_output_protection" ],
58 "service_manager": [ 58 "service_manager": [
59 "service_manager:client_process", 59 "service_manager:client_process",
60 "service_manager:instance_name", 60 "service_manager:instance_name",
61 "service_manager:user_id" 61 "service_manager:user_id"
62 ], 62 ],
63 "shape_detection": [ 63 "shape_detection": [
64 "barcode_detection", 64 "barcode_detection",
65 "face_detection" 65 "face_detection",
66 "text_detection"
66 ] 67 ]
67 } 68 }
68 }, 69 },
69 "navigation:frame": { 70 "navigation:frame": {
70 "provides": { 71 "provides": {
71 "renderer": [ 72 "renderer": [
72 // TODO(beng): these belong in //chrome's overlay, but there are some 73 // TODO(beng): these belong in //chrome's overlay, but there are some
73 // issues with mash browser_tests's manifest config that make this 74 // issues with mash browser_tests's manifest config that make this
74 // impossible this week. Remove once sky/ken fix this. 75 // impossible this week. Remove once sky/ken fix this.
75 "autofill::mojom::AutofillDriver", 76 "autofill::mojom::AutofillDriver",
(...skipping 21 matching lines...) Expand all
97 "payments::mojom::PaymentRequest", 98 "payments::mojom::PaymentRequest",
98 "ui::mojom::Gpu" 99 "ui::mojom::Gpu"
99 ] 100 ]
100 }, 101 },
101 "requires": { 102 "requires": {
102 "content_renderer": [ "browser" ] 103 "content_renderer": [ "browser" ]
103 } 104 }
104 } 105 }
105 } 106 }
106 } 107 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698