| Index: media/media.gyp
 | 
| diff --git a/media/media.gyp b/media/media.gyp
 | 
| index 25bf46c098b4fc5887f9bb13a341449f760aa789..210be5ecbf28d2bad49f1b0a6515298ddd7dcdb1 100644
 | 
| --- a/media/media.gyp
 | 
| +++ b/media/media.gyp
 | 
| @@ -116,6 +116,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_factories.cc',
 | 
| @@ -573,6 +575,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',
 | 
| 
 |