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

Side by Side Diff: views/views.gyp

Issue 6628037: views: Moves TextfieldController/TextRange into their own headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix a typo Created 9 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'controls/table/group_table_view.h', 230 'controls/table/group_table_view.h',
231 'controls/table/table_view.cc', 231 'controls/table/table_view.cc',
232 'controls/table/table_view.h', 232 'controls/table/table_view.h',
233 'controls/table/table_view2.cc', 233 'controls/table/table_view2.cc',
234 'controls/table/table_view2.h', 234 'controls/table/table_view2.h',
235 'controls/table/table_view_observer.h', 235 'controls/table/table_view_observer.h',
236 'controls/textfield/gtk_views_entry.cc', 236 'controls/textfield/gtk_views_entry.cc',
237 'controls/textfield/gtk_views_entry.h', 237 'controls/textfield/gtk_views_entry.h',
238 'controls/textfield/gtk_views_textview.cc', 238 'controls/textfield/gtk_views_textview.cc',
239 'controls/textfield/gtk_views_textview.h', 239 'controls/textfield/gtk_views_textview.h',
240 'controls/textfield/text_range.h',
240 'controls/textfield/textfield.cc', 241 'controls/textfield/textfield.cc',
241 'controls/textfield/textfield.h', 242 'controls/textfield/textfield.h',
243 'controls/textfield/textfield_controller.h',
242 'controls/textfield/textfield_views_model.cc', 244 'controls/textfield/textfield_views_model.cc',
243 'controls/textfield/textfield_views_model.h', 245 'controls/textfield/textfield_views_model.h',
244 'controls/textfield/native_textfield_gtk.cc', 246 'controls/textfield/native_textfield_gtk.cc',
245 'controls/textfield/native_textfield_gtk.h', 247 'controls/textfield/native_textfield_gtk.h',
246 'controls/textfield/native_textfield_win.cc', 248 'controls/textfield/native_textfield_win.cc',
247 'controls/textfield/native_textfield_win.h', 249 'controls/textfield/native_textfield_win.h',
248 'controls/textfield/native_textfield_wrapper.h', 250 'controls/textfield/native_textfield_wrapper.h',
249 'controls/textfield/native_textfield_views.cc', 251 'controls/textfield/native_textfield_views.cc',
250 'controls/textfield/native_textfield_views.h', 252 'controls/textfield/native_textfield_views.h',
251 'controls/throbber.cc', 253 'controls/throbber.cc',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 ], 611 ],
610 }, 612 },
611 ], 613 ],
612 } 614 }
613 615
614 # Local Variables: 616 # Local Variables:
615 # tab-width:2 617 # tab-width:2
616 # indent-tabs-mode:nil 618 # indent-tabs-mode:nil
617 # End: 619 # End:
618 # vim: set expandtab tabstop=2 shiftwidth=2: 620 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« views/controls/textfield/text_range.h ('K') | « views/examples/textfield_example.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698