diff options
author | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 04:14:24 +0000 |
---|---|---|
committer | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 04:14:24 +0000 |
commit | e04e01b5c5fff56d4b3959e14ec7d4392b8ad3f1 (patch) | |
tree | da6b923f1e83391fd882c5fe0fa634f74a0053d1 /media/media.gyp | |
parent | ba30c18a957290ff02ab9872a1a9dd8c4ee2f14a (diff) | |
download | chromium_src-e04e01b5c5fff56d4b3959e14ec7d4392b8ad3f1.zip chromium_src-e04e01b5c5fff56d4b3959e14ec7d4392b8ad3f1.tar.gz chromium_src-e04e01b5c5fff56d4b3959e14ec7d4392b8ad3f1.tar.bz2 |
Revert 136486 - Delete DownloadRateMonitor since it's never worked right.
(and it complicates other things I want to do)
LayoutTests/media/video-error-does-not-exist.html crashes by r136486.
BUG=73609
Review URL: https://chromiumcodereview.appspot.com/10382109
TBR=fischman@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136500 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r-- | media/media.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media/media.gyp b/media/media.gyp index 66b04e3..65fd702 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -148,6 +148,8 @@ 'base/demuxer_stream.h', 'base/djb2.cc', 'base/djb2.h', + 'base/download_rate_monitor.cc', + 'base/download_rate_monitor.h', 'base/filter_collection.cc', 'base/filter_collection.h', 'base/filter_host.h', @@ -647,6 +649,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', |