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

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: Revert TextfieldController change. 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..b7a8cd9a8e362976e2295e14b67af8668eaa5d13 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -483,6 +483,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 +563,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