| Index: media/media.gyp
|
| ===================================================================
|
| --- media/media.gyp (revision 28460)
|
| +++ media/media.gyp (working copy)
|
| @@ -57,6 +57,8 @@
|
| 'base/clock_impl.h',
|
| 'base/data_buffer.cc',
|
| 'base/data_buffer.h',
|
| + 'base/djb2.cc',
|
| + 'base/djb2.h',
|
| 'base/factory.h',
|
| 'base/filter_host.h',
|
| 'base/filters.h',
|
| @@ -169,6 +171,7 @@
|
| 'base/buffer_queue_unittest.cc',
|
| 'base/clock_impl_unittest.cc',
|
| 'base/data_buffer_unittest.cc',
|
| + 'base/djb2_unittest.cc',
|
| 'base/mock_ffmpeg.cc',
|
| 'base/mock_ffmpeg.h',
|
| 'base/mock_filter_host.h',
|
|
|