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

Unified Diff: media/gpu/BUILD.gn

Issue 2938543005: media: Add GLES2DecoderHelper (Closed)
Patch Set: Created 3 years, 6 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/command_buffer_helper.h » ('j') | media/gpu/command_buffer_helper.h » ('J')
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 1b58a14c500ae565766cdade2b8e8c1b8450c7f9..6634210ac425b780248bd74e4509e32242f8f206 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -128,6 +128,8 @@ component("gpu") {
defines = [ "MEDIA_GPU_IMPLEMENTATION" ]
sources = [
+ "command_buffer_helper.cc",
+ "command_buffer_helper.h",
"fake_jpeg_decode_accelerator.cc",
"fake_jpeg_decode_accelerator.h",
"fake_video_decode_accelerator.cc",
« no previous file with comments | « no previous file | media/gpu/command_buffer_helper.h » ('j') | media/gpu/command_buffer_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698