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

Unified Diff: media/media.gyp

Issue 19638008: Refactor GpuVideoDecoder::Factories out of GpuVideoDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index e59743ee9b2a243c29f885dd91f19f78f4031e29..a5b0b9691b7cc9198e1afecb525c120d84df5623 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -350,6 +350,8 @@
'filters/file_data_source.h',
'filters/gpu_video_decoder.cc',
'filters/gpu_video_decoder.h',
+ 'filters/gpu_video_decoder_factories.h',
scherkus (not reviewing) 2013/07/19 18:00:54 order is wrong (.cc < .h)
wuchengli 2013/07/20 03:15:47 Oops... Done.
+ 'filters/gpu_video_decoder_factories.cc',
'filters/h264_to_annex_b_bitstream_converter.cc',
'filters/h264_to_annex_b_bitstream_converter.h',
'filters/in_memory_url_protocol.cc',

Powered by Google App Engine
This is Rietveld 408576698