Chromium Code Reviews| Index: media/media.gyp |
| diff --git a/media/media.gyp b/media/media.gyp |
| index 800126b3a02cfeb8339a24e9a3960afc4ca9a188..4c82cdffeb62c8718e52a641a620bfd90540f8d4 100644 |
| --- a/media/media.gyp |
| +++ b/media/media.gyp |
| @@ -261,6 +261,8 @@ |
| 'base/djb2.h', |
| 'base/filter_collection.cc', |
| 'base/filter_collection.h', |
| + 'base/keyboard_event_counter.cc', |
|
Mark Mentovai
2013/08/23 20:18:11
You don’t need to build this file on Mac, and shou
jiayl
2013/08/23 23:47:58
Moved to linux only now. Windows will also need th
|
| + 'base/keyboard_event_counter.h', |
| 'base/media.cc', |
| 'base/media.h', |
| 'base/media_file_checker.cc', |
| @@ -307,7 +309,7 @@ |
| 'base/user_input_monitor.cc', |
| 'base/user_input_monitor.h', |
| 'base/user_input_monitor_linux.cc', |
| - 'base/user_input_monitor_mac.mm', |
| + 'base/user_input_monitor_mac.cc', |
| 'base/user_input_monitor_win.cc', |
| 'base/video_decoder.cc', |
| 'base/video_decoder.h', |