Chromium Code Reviews| Index: media/media.gyp |
| =================================================================== |
| --- media/media.gyp (revision 90021) |
| +++ media/media.gyp (working copy) |
| @@ -424,6 +424,8 @@ |
| 'omx/mock_omx.cc', |
| 'omx/mock_omx.h', |
| 'video/ffmpeg_video_decode_engine_unittest.cc', |
| + '../base/mock_time_provider.cc', |
|
scherkus (not reviewing)
2011/06/22 22:12:51
I'm going to venture that this isn't good
these f
SteveT
2011/06/23 21:15:55
Going to move these files to base/test and include
|
| + '../base/mock_time_provider.h', |
| ], |
| 'conditions': [ |
| ['toolkit_uses_gtk == 1', { |