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

Unified Diff: media/gpu/BUILD.gn

Issue 2735083002: [Mojo Video Capture] Add test coverage for accelerated jpeg decoding (Closed)
Patch Set: Remove example code that accidentally slipped in with Patch Set 4 Created 3 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: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index e026eee6778a441fb5638e30d189ad5c946ba9c6..3b14919bc1ad6eb4fb8356b0ee2d0197a747e2d2 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -128,6 +128,8 @@ component("gpu") {
defines = [ "MEDIA_GPU_IMPLEMENTATION" ]
sources = [
+ "fake_jpeg_decode_accelerator.cc",
+ "fake_jpeg_decode_accelerator.h",
"fake_video_decode_accelerator.cc",
"fake_video_decode_accelerator.h",
"gpu_video_accelerator_util.cc",
@@ -146,6 +148,7 @@ component("gpu") {
"//ui/gfx/geometry",
]
deps = [
+ "//third_party/libyuv:libyuv",
"//ui/base",
"//ui/display/types",
"//ui/gl",

Powered by Google App Engine
This is Rietveld 408576698