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

Unified Diff: ui/events/events.gyp

Issue 195793005: Refactor CopyNativeEvent and add events_mac.mm to start implementing stubs Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase at r263560 Created 6 years, 8 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 | « ui/events/event_utils.h ('k') | ui/events/events_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index ec07daa36e1b2b6e4e0dd39a9b30036656018b78..f293d09e4841c169ec80764eda4e4092df10013d 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -83,6 +83,7 @@
'sources': [
'cocoa/cocoa_event_utils.h',
'cocoa/cocoa_event_utils.mm',
+ 'cocoa/events_mac.mm',
'event.cc',
'event.h',
'event_dispatcher.cc',
@@ -154,7 +155,7 @@
'conditions': [
# We explicitly enumerate the platforms we _do_ provide native cracking
# for here.
- ['OS=="win" or use_x11==1 or use_ozone==1', {
+ ['OS=="win" or OS=="mac" or use_x11==1 or use_ozone==1', {
'sources!': [
'events_stub.cc',
],
« no previous file with comments | « ui/events/event_utils.h ('k') | ui/events/events_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698