Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9086)

Unified Diff: chrome/chrome_common.gypi

Issue 7766012: Move native_web_keyboard_event_views.cc to chrome, so that we don't have any views code in conten... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Get rid of the views constructor in content as well Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_common.gypi
===================================================================
--- chrome/chrome_common.gypi (revision 98479)
+++ chrome/chrome_common.gypi (working copy)
@@ -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)',
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_views.cc ('k') | chrome/common/native_web_keyboard_event_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698