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

Unified Diff: components/arc/BUILD.gn

Issue 2892863002: ArcBridge: Add VideoEncodeAccelerator implementation. (Closed)
Patch Set: Address nits from Kcwu 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: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index b411459369aec01d5b4b857278b3e2f6ff1ffcb5..0fc652e2f142bcb0efb98b863b9d5cac08598603 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -61,6 +61,8 @@ static_library("arc") {
"storage_manager/arc_storage_manager.h",
"video_accelerator/video_accelerator_struct_traits.cc",
"video_accelerator/video_accelerator_struct_traits.h",
+ "video_accelerator/video_encode_accelerator_struct_traits.cc",
+ "video_accelerator/video_encode_accelerator_struct_traits.h",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698