summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-27 18:09:06 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-27 18:09:06 +0000
commit666900e16050b1469e1e21376a5e0cae6d668945 (patch)
tree877ba3b0ea379fff655c1203fbaf75aada5603fc /chrome/chrome_common.gypi
parente1249b3fb4d47da09a36469bbe9c9fc94250d042 (diff)
downloadchromium_src-666900e16050b1469e1e21376a5e0cae6d668945.zip
chromium_src-666900e16050b1469e1e21376a5e0cae6d668945.tar.gz
chromium_src-666900e16050b1469e1e21376a5e0cae6d668945.tar.bz2
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
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi6
1 files changed, 6 insertions, 0 deletions
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)',