diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 04:20:15 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 04:20:15 +0000 |
commit | bb9bdfc3ca9ce78d79c011e2cfa2a89ec5a0fd80 (patch) | |
tree | 0c86c66059ee8de68c29e884888dcf4d74391046 /ui/ui.gyp | |
parent | bfc6722d25a6b7cdd73d37d4713f86a342e44825 (diff) | |
download | chromium_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.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |