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

Side by Side Diff: views/views.gyp

Issue 7265011: RenderText API Outline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix permissions, export RenderText and StyleRange via UI_API. Created 9 years, 5 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
« ui/ui.gyp ('K') | « 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 'target_defaults': { 10 'target_defaults': {
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'controls/table/group_table_view.h', 199 'controls/table/group_table_view.h',
200 'controls/table/table_view.cc', 200 'controls/table/table_view.cc',
201 'controls/table/table_view.h', 201 'controls/table/table_view.h',
202 'controls/table/table_view2.cc', 202 'controls/table/table_view2.cc',
203 'controls/table/table_view2.h', 203 'controls/table/table_view2.h',
204 'controls/table/table_view_observer.h', 204 'controls/table/table_view_observer.h',
205 'controls/textfield/gtk_views_entry.cc', 205 'controls/textfield/gtk_views_entry.cc',
206 'controls/textfield/gtk_views_entry.h', 206 'controls/textfield/gtk_views_entry.h',
207 'controls/textfield/gtk_views_textview.cc', 207 'controls/textfield/gtk_views_textview.cc',
208 'controls/textfield/gtk_views_textview.h', 208 'controls/textfield/gtk_views_textview.h',
209 'controls/textfield/text_style.cc',
210 'controls/textfield/text_style.h',
211 'controls/textfield/textfield.cc', 209 'controls/textfield/textfield.cc',
212 'controls/textfield/textfield.h', 210 'controls/textfield/textfield.h',
213 'controls/textfield/textfield_controller.h', 211 'controls/textfield/textfield_controller.h',
214 'controls/textfield/textfield_views_model.cc', 212 'controls/textfield/textfield_views_model.cc',
215 'controls/textfield/textfield_views_model.h', 213 'controls/textfield/textfield_views_model.h',
216 'controls/textfield/native_textfield_gtk.cc', 214 'controls/textfield/native_textfield_gtk.cc',
217 'controls/textfield/native_textfield_gtk.h', 215 'controls/textfield/native_textfield_gtk.h',
218 'controls/textfield/native_textfield_win.cc', 216 'controls/textfield/native_textfield_win.cc',
219 'controls/textfield/native_textfield_win.h', 217 'controls/textfield/native_textfield_win.h',
220 'controls/textfield/native_textfield_wrapper.h', 218 'controls/textfield/native_textfield_wrapper.h',
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 'include_dirs': [ 706 'include_dirs': [
709 '<(DEPTH)/third_party/wtl/include', 707 '<(DEPTH)/third_party/wtl/include',
710 ], 708 ],
711 }], 709 }],
712 ], 710 ],
713 }, 711 },
714 712
715 713
716 ], 714 ],
717 } 715 }
OLDNEW
« ui/ui.gyp ('K') | « views/examples/textfield_example.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698