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

Unified Diff: media/media.gyp

Issue 8399023: Fire canplaythrough event at the proper time for audio/video (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Responses to CR Created 9 years, 1 month 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 747c3a9860b2712d5676443b075a11724de2ea89..4a55d8fa1faa05f27b2053ffb848412831100f98 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -112,6 +112,8 @@
'base/demuxer.h',
'base/demuxer_stream.cc',
'base/demuxer_stream.h',
+ 'base/download_rate_monitor.cc',
+ 'base/download_rate_monitor.h',
scherkus (not reviewing) 2011/11/16 02:15:17 djb2 comes before download*
'base/djb2.cc',
'base/djb2.h',
'base/filter_collection.cc',
@@ -570,6 +572,7 @@
'base/composite_filter_unittest.cc',
'base/data_buffer_unittest.cc',
'base/djb2_unittest.cc',
+ 'base/download_rate_monitor_unittest.cc',
'base/filter_collection_unittest.cc',
'base/h264_bitstream_converter_unittest.cc',
'base/mock_reader.h',

Powered by Google App Engine
This is Rietveld 408576698