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

Unified Diff: views/views.gyp

Issue 3142008: Model, View and Controller for a Gap Buffer based one line text field in view... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 4 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: views/views.gyp
===================================================================
--- views/views.gyp (revision 56527)
+++ views/views.gyp (working copy)
@@ -217,6 +217,10 @@
'controls/textfield/native_textfield_win.cc',
'controls/textfield/native_textfield_win.h',
'controls/textfield/native_textfield_wrapper.h',
+ 'controls/textfield/textfield_model.cc',
+ 'controls/textfield/textfield_model.h',
+ 'controls/textfield/textfield_view.cc',
+ 'controls/textfield/textfield_view.h',
'controls/throbber.cc',
'controls/throbber.h',
'controls/tree/tree_view.cc',
« base/gap_buffer_unittest.cc ('K') | « views/controls/textfield/textfield_view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698