From 666900e16050b1469e1e21376a5e0cae6d668945 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Sat, 27 Aug 2011 18:09:06 +0000 Subject: Move native_web_keyboard_event_views.cc to chrome, so that we don't have any views code in content. Although this is now away from the other NativeWebKeyboardEvent implementations, it's at least in the same module as the rest of the views related implementations like RenderWidgetHostViewViews and TabContentViewViews which use it. Review URL: http://codereview.chromium.org/7766012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98570 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_common.gypi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chrome/chrome_common.gypi') diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index f1553a3..a5110d6 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -265,6 +265,12 @@ ], }, },], + ['toolkit_views==1', { + 'sources': [ + 'common/native_web_keyboard_event_views.cc', + 'common/native_web_keyboard_event_views.h', + ], + }], ['os_posix == 1 and OS != "mac"', { 'include_dirs': [ '<(SHARED_INTERMEDIATE_DIR)', -- cgit v1.1