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

Unified 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: add tests 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 side-by-side diff with in-line comments
Download patch
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index afb320d76f96c503509183785e6d7cc00cf5fc6b..61b0b2f5fa16f958d035db0e37aeed4e44a9b599 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -195,6 +195,9 @@
'controls/slide_out_view.h',
'controls/slider.cc',
'controls/slider.h',
+ 'controls/styled_label.cc',
+ 'controls/styled_label.h',
+ 'controls/styled_label_listener.h',
'controls/tabbed_pane/tabbed_pane.cc',
'controls/tabbed_pane/tabbed_pane.h',
'controls/tabbed_pane/tabbed_pane_listener.h',
@@ -670,6 +673,7 @@
'controls/scroll_view_unittest.cc',
'controls/single_split_view_unittest.cc',
'controls/slider_unittest.cc',
+ 'controls/styled_label_unittest.cc',
'controls/tabbed_pane/tabbed_pane_unittest.cc',
'controls/table/table_utils_unittest.cc',
'controls/table/table_view_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698