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

Side by Side Diff: views/views.gyp

Issue 1155008: Adds the ability to display text in a textfield when the text is (Closed)
Patch Set: Updates Created 10 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
« no previous file with comments | « views/examples/textfield_example.h ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'controls/table/native_table_gtk.h', 191 'controls/table/native_table_gtk.h',
192 'controls/table/native_table_win.cc', 192 'controls/table/native_table_win.cc',
193 'controls/table/native_table_win.h', 193 'controls/table/native_table_win.h',
194 'controls/table/group_table_view.cc', 194 'controls/table/group_table_view.cc',
195 'controls/table/group_table_view.h', 195 'controls/table/group_table_view.h',
196 'controls/table/table_view.cc', 196 'controls/table/table_view.cc',
197 'controls/table/table_view.h', 197 'controls/table/table_view.h',
198 'controls/table/table_view2.cc', 198 'controls/table/table_view2.cc',
199 'controls/table/table_view2.h', 199 'controls/table/table_view2.h',
200 'controls/table/table_view_observer.h', 200 'controls/table/table_view_observer.h',
201 'controls/textfield/gtk_views_entry.cc',
202 'controls/textfield/gtk_views_entry.h',
201 'controls/textfield/textfield.cc', 203 'controls/textfield/textfield.cc',
202 'controls/textfield/textfield.h', 204 'controls/textfield/textfield.h',
203 'controls/textfield/native_textfield_gtk.cc', 205 'controls/textfield/native_textfield_gtk.cc',
204 'controls/textfield/native_textfield_gtk.h', 206 'controls/textfield/native_textfield_gtk.h',
205 'controls/textfield/native_textfield_win.cc', 207 'controls/textfield/native_textfield_win.cc',
206 'controls/textfield/native_textfield_win.h', 208 'controls/textfield/native_textfield_win.h',
207 'controls/textfield/native_textfield_wrapper.h', 209 'controls/textfield/native_textfield_wrapper.h',
208 'controls/throbber.cc', 210 'controls/throbber.cc',
209 'controls/throbber.h', 211 'controls/throbber.h',
210 'controls/tree/tree_view.cc', 212 'controls/tree/tree_view.cc',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 ], 409 ],
408 }, 410 },
409 ], 411 ],
410 } 412 }
411 413
412 # Local Variables: 414 # Local Variables:
413 # tab-width:2 415 # tab-width:2
414 # indent-tabs-mode:nil 416 # indent-tabs-mode:nil
415 # End: 417 # End:
416 # vim: set expandtab tabstop=2 shiftwidth=2: 418 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/examples/textfield_example.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698