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

Side by Side Diff: chrome/browser/chrome_content_gpu_manifest_overlay.json

Issue 2892863002: ArcBridge: Add VideoEncodeAccelerator implementation. (Closed)
Patch Set: add missing public_dep to the typemap file. Created 3 years, 5 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 | « no previous file | chrome/browser/chromeos/arc/video/gpu_arc_video_service_host.cc » ('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_gpu", 2 "name": "content_gpu",
3 "interface_provider_specs": { 3 "interface_provider_specs": {
4 "service_manager:connector": { 4 "service_manager:connector": {
5 "provides": { 5 "provides": {
6 "browser": [ 6 "browser": [
7 "arc::mojom::VideoDecodeAccelerator", 7 "arc::mojom::VideoDecodeAccelerator",
8 "arc::mojom::VideoDecodeClient", 8 "arc::mojom::VideoDecodeClient",
9 "arc::mojom::VideoEncodeAccelerator",
10 "arc::mojom::VideoEncodeClient",
9 "chrome::mojom::ResourceUsageReporter" 11 "chrome::mojom::ResourceUsageReporter"
10 ] 12 ]
11 } 13 }
12 } 14 }
13 } 15 }
14 } 16 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/video/gpu_arc_video_service_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698