summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-27 20:39:13 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-27 20:39:13 +0000
commit2fb5fbc0798b2969389212f39ee7a8ed7333bb97 (patch)
tree8c2b3ce7676781265c355a16e1fe1e76d6fb7ce7 /views/views.gyp
parent0a963192af67150d29a5749d52b1fcf279efb7f3 (diff)
downloadchromium_src-2fb5fbc0798b2969389212f39ee7a8ed7333bb97.zip
chromium_src-2fb5fbc0798b2969389212f39ee7a8ed7333bb97.tar.gz
chromium_src-2fb5fbc0798b2969389212f39ee7a8ed7333bb97.tar.bz2
Removes textfield from list of things compiled on linux.
BUG=none TEST=none TBR=ben Review URL: http://codereview.chromium.org/113921 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17020 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp
index e1a04cc..1dfb9a1 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -247,6 +247,7 @@
'controls/tabbed_pane.cc',
'controls/table/table_view.cc',
'controls/table/group_table_view.cc',
+ 'controls/textfield/textfield.cc',
'controls/text_field.cc',
'controls/tree/tree_view.cc',
'drag_utils.cc',