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

Unified Diff: content/public/gpu/BUILD.gn

Issue 1745903002: Introduce GpuVideoDecodeAcceleratorFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Instantiate GVDAFactoryImpl instead of GVDAFactory from content/common Created 4 years, 9 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: content/public/gpu/BUILD.gn
diff --git a/content/public/gpu/BUILD.gn b/content/public/gpu/BUILD.gn
index 8de310cab9a5e661a82a8c010e5a7f3538746ff7..a1565e63a4116296fb16b16fff9c85ba75c4427b 100644
--- a/content/public/gpu/BUILD.gn
+++ b/content/public/gpu/BUILD.gn
@@ -20,6 +20,8 @@ source_set("gpu_sources") {
sources = [
"content_gpu_client.h",
+ "gpu_video_decode_accelerator_factory.cc",
+ "gpu_video_decode_accelerator_factory.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698