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

Unified Diff: components/arc/BUILD.gn

Issue 2513973002: Use mojo typemap to simplify the code using DmabufPlane (Closed)
Patch Set: Addressed comments Created 4 years 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 c09d9706b83027d2716e3cd99acab3f43f81c4ee..716a6081394bf60c46aa183ee54e328ebd86195c 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -66,6 +66,8 @@ static_library("arc") {
"storage_manager/arc_storage_manager.h",
"user_data/arc_user_data_service.cc",
"user_data/arc_user_data_service.h",
+ "video_accelerator/video_accelerator_struct_traits.cc",
+ "video_accelerator/video_accelerator_struct_traits.h",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698