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

Side by Side Diff: ui/views/views.gyp

Issue 12543032: Add views::RichLabel, a class which creates multi-line text with mixed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 7 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'controls/scrollbar/scroll_bar.h', 188 'controls/scrollbar/scroll_bar.h',
189 'controls/separator.cc', 189 'controls/separator.cc',
190 'controls/separator.h', 190 'controls/separator.h',
191 'controls/single_split_view.cc', 191 'controls/single_split_view.cc',
192 'controls/single_split_view.h', 192 'controls/single_split_view.h',
193 'controls/single_split_view_listener.h', 193 'controls/single_split_view_listener.h',
194 'controls/slide_out_view.cc', 194 'controls/slide_out_view.cc',
195 'controls/slide_out_view.h', 195 'controls/slide_out_view.h',
196 'controls/slider.cc', 196 'controls/slider.cc',
197 'controls/slider.h', 197 'controls/slider.h',
198 'controls/styled_label.cc',
199 'controls/styled_label.h',
200 'controls/styled_label_listener.h',
198 'controls/tabbed_pane/tabbed_pane.cc', 201 'controls/tabbed_pane/tabbed_pane.cc',
199 'controls/tabbed_pane/tabbed_pane.h', 202 'controls/tabbed_pane/tabbed_pane.h',
200 'controls/tabbed_pane/tabbed_pane_listener.h', 203 'controls/tabbed_pane/tabbed_pane_listener.h',
201 'controls/table/table_header.cc', 204 'controls/table/table_header.cc',
202 'controls/table/table_header.h', 205 'controls/table/table_header.h',
203 'controls/table/table_utils.cc', 206 'controls/table/table_utils.cc',
204 'controls/table/table_utils.h', 207 'controls/table/table_utils.h',
205 'controls/table/table_view.cc', 208 'controls/table/table_view.cc',
206 'controls/table/table_view.h', 209 'controls/table/table_view.h',
207 'controls/table/table_view_observer.h', 210 'controls/table/table_view_observer.h',
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 'sources/': [ 985 'sources/': [
983 # This is needed because the aura rule strips it from the default 986 # This is needed because the aura rule strips it from the default
984 # sources list. 987 # sources list.
985 ['include', '^../../content/app/startup_helper_win.cc'], 988 ['include', '^../../content/app/startup_helper_win.cc'],
986 ], 989 ],
987 }], 990 }],
988 ], 991 ],
989 }, # target_name: views_examples_with_content_exe 992 }, # target_name: views_examples_with_content_exe
990 ], 993 ],
991 } 994 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698