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

Unified Diff: media/gpu/BUILD.gn

Issue 2938543005: media: Add GLES2DecoderHelper (Closed)
Patch Set: Nits. 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.cc » ('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 649a0b4a3b5ce566fedf53f9b235f3d4a5b8a38f..955076f8293969b0dbf5c89bce19dae89fb7cfb3 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.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698