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

Unified Diff: media/gpu/BUILD.gn

Issue 2938543005: media: Add GLES2DecoderHelper (Closed)
Patch Set: Don't check for guaranteed non-nulls. Created 3 years, 5 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 | « no previous file | media/gpu/gles2_decoder_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index 1e5b1d0b87922a7ebd87af2dc27e2937890444df..9c5b26ab372df35a2417b26ff4c8328725f807c5 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -132,6 +132,8 @@ component("gpu") {
"fake_jpeg_decode_accelerator.h",
"fake_video_decode_accelerator.cc",
"fake_video_decode_accelerator.h",
+ "gles2_decoder_helper.cc",
+ "gles2_decoder_helper.h",
"gpu_video_accelerator_util.cc",
"gpu_video_accelerator_util.h",
"gpu_video_decode_accelerator_factory.cc",
« no previous file with comments | « no previous file | media/gpu/gles2_decoder_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698