| Index: ui/events/events.gyp
|
| diff --git a/ui/events/events.gyp b/ui/events/events.gyp
|
| index 979b2e394d8fd9388f08ece2347c7c9a38eaba70..dc84c5e31d2dd9e10cb4813155a6ce6da3a41624 100644
|
| --- a/ui/events/events.gyp
|
| +++ b/ui/events/events.gyp
|
| @@ -86,6 +86,7 @@
|
| 'sources': [
|
| 'cocoa/cocoa_event_utils.h',
|
| 'cocoa/cocoa_event_utils.mm',
|
| + 'cocoa/events_mac.mm',
|
| 'event.cc',
|
| 'event.h',
|
| 'event_dispatcher.cc',
|
| @@ -156,7 +157,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',
|
| ],
|
|
|