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

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

Issue 2363303002: [WIP] Proxy RtcVideoDecoder calls to a media::VideoDecoder.
Patch Set: Now working with remote ffmpeg decoder Created 4 years, 2 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 "manifest_version": 1, 2 "manifest_version": 1,
3 "name": "exe:content_browser", 3 "name": "exe:content_browser",
4 "process-group": "browser", 4 "process-group": "browser",
5 "display_name": "Content Browser", 5 "display_name": "Content Browser",
6 "capabilities": { 6 "capabilities": {
7 // Remove this once http://crbug.com/632818 is fixed. 7 // Remove this once http://crbug.com/632818 is fixed.
8 "provided": { 8 "provided": {
9 "gpu": [ ], 9 "gpu": [ ],
10 "plugin": [ ], 10 "plugin": [ ],
(...skipping 11 matching lines...) Expand all
22 "blink::mojom::WebSocket", 22 "blink::mojom::WebSocket",
23 "content::mojom::MemoryCoordinatorHandle", 23 "content::mojom::MemoryCoordinatorHandle",
24 "content::mojom::StoragePartitionService", 24 "content::mojom::StoragePartitionService",
25 "content::mojom::URLLoaderFactory", 25 "content::mojom::URLLoaderFactory",
26 "device::BatteryMonitor", 26 "device::BatteryMonitor",
27 "device::mojom::LightSensor", 27 "device::mojom::LightSensor",
28 "device::mojom::MotionSensor", 28 "device::mojom::MotionSensor",
29 "device::mojom::OrientationSensor", 29 "device::mojom::OrientationSensor",
30 "device::mojom::TimeZoneMonitor", 30 "device::mojom::TimeZoneMonitor",
31 "media::mojom::ImageCapture", 31 "media::mojom::ImageCapture",
32 "media::mojom::VideoDecoder",
32 "memory_coordinator::mojom::MemoryCoordinatorHandle" 33 "memory_coordinator::mojom::MemoryCoordinatorHandle"
33 ] 34 ]
34 }, 35 },
35 "required": { 36 "required": {
36 "*": { "classes": [ "app" ] }, 37 "*": { "classes": [ "app" ] },
37 38
38 // In classic ash, the browser supplies ash interfaces to itself. 39 // In classic ash, the browser supplies ash interfaces to itself.
39 "exe:content_browser": { "classes": [ "ash" ] }, 40 "exe:content_browser": { "classes": [ "ash" ] },
40 41
41 "exe:content_gpu": { "classes": [ "browser" ] }, 42 "exe:content_gpu": { "classes": [ "browser" ] },
(...skipping 11 matching lines...) Expand all
53 "mojo:file": { 54 "mojo:file": {
54 "interfaces": [ 55 "interfaces": [
55 "leveldb::mojom::LevelDBService", 56 "leveldb::mojom::LevelDBService",
56 "user_service::UserService" 57 "user_service::UserService"
57 ] 58 ]
58 }, 59 },
59 "mojo:media": { "interfaces": [ "media::mojom::MediaService" ] } 60 "mojo:media": { "interfaces": [ "media::mojom::MediaService" ] }
60 } 61 }
61 } 62 }
62 } 63 }
OLDNEW
« no previous file with comments | « components/policy/core/common/schema_registry.cc ('k') | content/renderer/media/gpu/rtc_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698