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

Unified Diff: chrome/gpu/BUILD.gn

Issue 2892863002: ArcBridge: Add VideoEncodeAccelerator implementation. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/gpu/BUILD.gn
diff --git a/chrome/gpu/BUILD.gn b/chrome/gpu/BUILD.gn
index 35059ac64a232647891641cfb585e18e75f514f4..e820b2842f435975a42f5d2b793092ab76e765d6 100644
--- a/chrome/gpu/BUILD.gn
+++ b/chrome/gpu/BUILD.gn
@@ -23,6 +23,8 @@ static_library("gpu") {
"arc_gpu_video_decode_accelerator.cc",
"arc_gpu_video_decode_accelerator.h",
"arc_video_accelerator.h",
+ "gpu_arc_video_encode_accelerator.cc",
+ "gpu_arc_video_encode_accelerator.h",
"gpu_arc_video_service.cc",
"gpu_arc_video_service.h",
]

Powered by Google App Engine
This is Rietveld 408576698