Chromium Code Reviews| 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', |