summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-12 17:10:09 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-12 17:10:09 +0000
commit0b8a1756fd97f6df198482cf2e45f4ba814bcb51 (patch)
treeec809b7680600a8612a555431a73ff533a9e4173 /views/views.gyp
parent879197377ddc7b595b2560e26466fbb5bb96f6dd (diff)
downloadchromium_src-0b8a1756fd97f6df198482cf2e45f4ba814bcb51.zip
chromium_src-0b8a1756fd97f6df198482cf2e45f4ba814bcb51.tar.gz
chromium_src-0b8a1756fd97f6df198482cf2e45f4ba814bcb51.tar.bz2
Compile and test TextfieldViews on win as well.
Created common test base class for views. Note: Textfield::RequestFocus is failing because Windows' FocusManager::ClearNativeFocus resets the focused view to NULL for some reason. I don't have win at hand and am now requesting win7. I will look into it once I've got win7. BUG=none TEST=native_textfield_views_unittest and textfield_views_model_unittest have been enabled for win. Review URL: http://codereview.chromium.org/6102003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp9
1 files changed, 1 insertions, 8 deletions
diff --git a/views/views.gyp b/views/views.gyp
index dee51e3..9e67f12 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -399,10 +399,6 @@
'controls/slider/slider.cc',
'controls/slider/slider.h',
'controls/slider/native_slider_wrapper.h',
- 'controls/textfield/native_textfield_views.cc',
- 'controls/textfield/native_textfield_views.h',
- 'controls/textfield/textfield_views_model.cc',
- 'controls/textfield/textfield_views_model.h',
],
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
@@ -440,6 +436,7 @@
'focus/accelerator_handler_gtk_unittest.cc',
'focus/focus_manager_unittest.cc',
'grid_layout_unittest.cc',
+ 'test/views_test_base.h',
'run_all_unittests.cc',
'test/test_views_delegate.h',
'view_unittest.cc',
@@ -468,10 +465,6 @@
# unrelated things like v8, sqlite nss...).
'../chrome/app/locales/locales.gyp:en-US',
],
- 'sources!': [
- 'controls/textfield/native_textfield_views_unittest.cc',
- 'controls/textfield/textfield_views_model_unittest.cc',
- ],
'link_settings': {
'libraries': [
'-limm32.lib',