summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authordhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 04:20:15 +0000
committerdhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 04:20:15 +0000
commitbb9bdfc3ca9ce78d79c011e2cfa2a89ec5a0fd80 (patch)
tree0c86c66059ee8de68c29e884888dcf4d74391046 /ui/ui.gyp
parentbfc6722d25a6b7cdd73d37d4713f86a342e44825 (diff)
downloadchromium_src-bb9bdfc3ca9ce78d79c011e2cfa2a89ec5a0fd80.zip
chromium_src-bb9bdfc3ca9ce78d79c011e2cfa2a89ec5a0fd80.tar.gz
chromium_src-bb9bdfc3ca9ce78d79c011e2cfa2a89ec5a0fd80.tar.bz2
Aura needs event translation for Mac
Implments translation code from NSEvent to aura::Event. BUG=107633 TEST=EventsMacTest.* R=ben@chromium.org, thakis@chromium.org Review URL: http://codereview.chromium.org/8953037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index b301786..e953bcf 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -85,6 +85,7 @@
'base/clipboard/scoped_clipboard_writer.h',
'base/cocoa/base_view.h',
'base/cocoa/base_view.mm',
+ 'base/cocoa/events_mac.mm',
'base/dragdrop/cocoa_dnd_util.h',
'base/dragdrop/cocoa_dnd_util.mm',
'base/dragdrop/drag_drop_types_gtk.cc',