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

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: address comments 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
« no previous file with comments | « views/examples/textfield_example.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'controls/table/group_table_view.h', 229 'controls/table/group_table_view.h',
230 'controls/table/table_view.cc', 230 'controls/table/table_view.cc',
231 'controls/table/table_view.h', 231 'controls/table/table_view.h',
232 'controls/table/table_view2.cc', 232 'controls/table/table_view2.cc',
233 'controls/table/table_view2.h', 233 'controls/table/table_view2.h',
234 'controls/table/table_view_observer.h', 234 'controls/table/table_view_observer.h',
235 'controls/textfield/gtk_views_entry.cc', 235 'controls/textfield/gtk_views_entry.cc',
236 'controls/textfield/gtk_views_entry.h', 236 'controls/textfield/gtk_views_entry.h',
237 'controls/textfield/gtk_views_textview.cc', 237 'controls/textfield/gtk_views_textview.cc',
238 'controls/textfield/gtk_views_textview.h', 238 'controls/textfield/gtk_views_textview.h',
239 'controls/textfield/text_range.h',
239 'controls/textfield/textfield.cc', 240 'controls/textfield/textfield.cc',
240 'controls/textfield/textfield.h', 241 'controls/textfield/textfield.h',
242 'controls/textfield/textfield_controller.h',
241 'controls/textfield/textfield_views_model.cc', 243 'controls/textfield/textfield_views_model.cc',
242 'controls/textfield/textfield_views_model.h', 244 'controls/textfield/textfield_views_model.h',
243 'controls/textfield/native_textfield_gtk.cc', 245 'controls/textfield/native_textfield_gtk.cc',
244 'controls/textfield/native_textfield_gtk.h', 246 'controls/textfield/native_textfield_gtk.h',
245 'controls/textfield/native_textfield_win.cc', 247 'controls/textfield/native_textfield_win.cc',
246 'controls/textfield/native_textfield_win.h', 248 'controls/textfield/native_textfield_win.h',
247 'controls/textfield/native_textfield_wrapper.h', 249 'controls/textfield/native_textfield_wrapper.h',
248 'controls/textfield/native_textfield_views.cc', 250 'controls/textfield/native_textfield_views.cc',
249 'controls/textfield/native_textfield_views.h', 251 'controls/textfield/native_textfield_views.h',
250 'controls/throbber.cc', 252 'controls/throbber.cc',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 ], 610 ],
609 }, 611 },
610 ], 612 ],
611 } 613 }
612 614
613 # Local Variables: 615 # Local Variables:
614 # tab-width:2 616 # tab-width:2
615 # indent-tabs-mode:nil 617 # indent-tabs-mode:nil
616 # End: 618 # End:
617 # vim: set expandtab tabstop=2 shiftwidth=2: 619 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/examples/textfield_example.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698