summaryrefslogtreecommitdiffstats
path: root/ui/aura/aura.gyp
diff options
context:
space:
mode:
authordhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 20:47:16 +0000
committerdhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 20:47:16 +0000
commitd037a372d201556a0b7498c01442686572605588 (patch)
tree9f9ece9916a4f3b80af046a0e11105edb6a9300f /ui/aura/aura.gyp
parent4b9f8a4fe6e0098c514214b2ba2ee52b48bda438 (diff)
downloadchromium_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.gyp2
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',