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

Unified Diff: ui/views/views.gyp

Issue 10535046: Add Windows commandline switch --enable-views-textfield. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused includes. Created 8 years, 6 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: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 4be5a1c53167bdeb20bb20b0372d246885412ffc..0b4f7bd8516d58e36c3f52e1c9362cc04a6eac62 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -217,7 +217,6 @@
'controls/textfield/native_textfield_wrapper.h',
'controls/textfield/textfield.cc',
'controls/textfield/textfield.h',
- 'controls/textfield/textfield_controller.cc',
'controls/textfield/textfield_controller.h',
'controls/textfield/textfield_views_model.cc',
'controls/textfield/textfield_views_model.h',
@@ -483,6 +482,7 @@
'dependencies': [
'../../base/base.gyp:base',
'../../base/base.gyp:test_support_base',
+ '../../base/allocator/allocator.gyp:allocator',
# TODO(jcivelli): ideally the resource needed by views would be
# factored out. (for some reason it pulls in a bunch
# unrelated things like v8, sqlite nss...).
@@ -562,7 +562,6 @@
['use_aura==0 and OS=="win"', {
'sources/': [
['exclude', 'controls/combobox/native_combobox_views_unittest.cc'],
- ['exclude', 'controls/textfield/native_textfield_views_unittest.cc'],
['exclude', 'controls/tree/tree_view_views_unittest.cc'],
],
}],

Powered by Google App Engine
This is Rietveld 408576698