Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1113)

Unified Diff: media/media.gyp

Issue 22801007: Adds the UserInputMonitor implementation for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
« media/base/user_input_monitor_mac.cc ('K') | « media/base/user_input_monitor_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698