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

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
« no previous file with comments | « media/base/user_input_monitor_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 6408f4b0c4dae249156b9a7a751d3d5e756e979e..c57042c96cd2a76ab24498cc1e193096a351e832 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -304,7 +304,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',
@@ -636,6 +636,10 @@
}],
],
},
+ 'sources': [
+ 'base/keyboard_event_counter.cc',
+ 'base/keyboard_event_counter.h',
+ ],
'conditions': [
['use_x11==1', {
'link_settings': {
« no previous file with comments | « 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