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

Unified Diff: ui/views/views.gyp

Issue 135863002: Reland Merge NativeTextfieldViews into views::Textfield. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Handle Ctrl-Shift-Delete and Backspace on Linux, like on ChromeOS. Created 6 years, 11 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
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/widget/widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 57ca3712ece0a8e4fe55893e4e3e10d96f9b33d2..432d90481f530d0ae8e5e2faefdd28e36bcf1347 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -217,8 +217,6 @@
'controls/table/table_view.h',
'controls/table/table_view_observer.h',
'controls/table/table_view_row_background_painter.h',
- 'controls/textfield/native_textfield_views.cc',
- 'controls/textfield/native_textfield_views.h',
'controls/textfield/textfield.cc',
'controls/textfield/textfield.h',
'controls/textfield/textfield_controller.cc',
@@ -761,7 +759,7 @@
'controls/table/table_view_unittest.cc',
'controls/table/test_table_model.cc',
'controls/table/test_table_model.h',
- 'controls/textfield/native_textfield_views_unittest.cc',
+ 'controls/textfield/textfield_unittest.cc',
'controls/textfield/textfield_views_model_unittest.cc',
'controls/tree/tree_view_unittest.cc',
'corewm/capture_controller_unittest.cc',
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/widget/widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698