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

Unified Diff: chrome/gpu/BUILD.gn

Issue 1549473002: Add ArcGpuVideoDecodeAccelerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add out-of-line ctor/dtor Created 4 years, 8 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
« no previous file with comments | « chrome/chrome_gpu.gypi ('k') | chrome/gpu/arc_gpu_video_decode_accelerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/BUILD.gn
diff --git a/chrome/gpu/BUILD.gn b/chrome/gpu/BUILD.gn
index 8ce64935433a932088385ab62086ee9b8761af00..384b4186e5444a7cede3cce9f0ccd2306d69fff7 100644
--- a/chrome/gpu/BUILD.gn
+++ b/chrome/gpu/BUILD.gn
@@ -16,6 +16,8 @@ static_library("gpu") {
if (is_chromeos) {
deps += [ "//components/arc:arc_bindings" ]
sources += [
+ "arc_gpu_video_decode_accelerator.cc",
+ "arc_gpu_video_decode_accelerator.h",
"arc_video_accelerator.h",
"gpu_arc_video_service.cc",
"gpu_arc_video_service.h",
« no previous file with comments | « chrome/chrome_gpu.gypi ('k') | chrome/gpu/arc_gpu_video_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698