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

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, 1 month 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 ce6677c7cd3ae0de99e83a9f3ffc23f4a620ae9d..12ccc6929d88ad6f7b04d521a5bc6d1811fe1152 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -69,6 +69,7 @@ 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.h",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698