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

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: other interface 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..90e67b98deb966da6d664e080a7e6a27060bee26 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',

Powered by Google App Engine
This is Rietveld 408576698