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

Unified Diff: chrome/gpu/BUILD.gn

Issue 2892863002: ArcBridge: Add VideoEncodeAccelerator implementation. (Closed)
Patch Set: Address nit from Luis. 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 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 fbaa83ee8c050b9c9e2aa530c89d081cb8578d6a..24f7c75687c6c2e0026e11f08e79eb6f3a5fcd33 100644
--- a/chrome/gpu/BUILD.gn
+++ b/chrome/gpu/BUILD.gn
@@ -25,6 +25,8 @@ static_library("gpu") {
"arc_video_decode_accelerator.h",
"gpu_arc_video_decode_accelerator.cc",
"gpu_arc_video_decode_accelerator.h",
+ "gpu_arc_video_encode_accelerator.cc",
+ "gpu_arc_video_encode_accelerator.h",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698