From d037a372d201556a0b7498c01442686572605588 Mon Sep 17 00:00:00 2001 From: "dhollowa@chromium.org" Date: Tue, 24 Jan 2012 20:47:16 +0000 Subject: 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 --- ui/aura/aura.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/aura/aura.gyp') 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', -- cgit v1.1