diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 20:47:16 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 20:47:16 +0000 |
commit | d037a372d201556a0b7498c01442686572605588 (patch) | |
tree | 9f9ece9916a4f3b80af046a0e11105edb6a9300f /ui/aura/aura.gyp | |
parent | 4b9f8a4fe6e0098c514214b2ba2ee52b48bda438 (diff) | |
download | chromium_src-d037a372d201556a0b7498c01442686572605588.zip chromium_src-d037a372d201556a0b7498c01442686572605588.tar.gz chromium_src-d037a372d201556a0b7498c01442686572605588.tar.bz2 |
event_mac.cc doesn't exist
Changes name of event_mac.cc to event_mac.mm in aura.gyp. It was
misnamed.
BUG=None
TEST=Compiles
R=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9212055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118891 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/aura.gyp')
-rw-r--r-- | ui/aura/aura.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp index 073133f..827da52 100644 --- a/ui/aura/aura.gyp +++ b/ui/aura/aura.gyp @@ -62,7 +62,7 @@ 'event.h', 'event_filter.cc', 'event_filter.h', - 'event_mac.cc', + 'event_mac.mm', 'event_mac.h', 'focus_manager.h', 'layout_manager.cc', |