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

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: 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
« ui/views/controls/rich_label.h ('K') | « ui/views/controls/rich_label.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index afb320d76f96c503509183785e6d7cc00cf5fc6b..9d1872bf58a0682bd7d991a31780afadc9de6880 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -169,6 +169,8 @@
'controls/resize_area.cc',
'controls/resize_area.h',
'controls/resize_area_delegate.h',
+ 'controls/rich_label.cc',
+ 'controls/rich_label.h',
'controls/scroll_view.cc',
'controls/scroll_view.h',
'controls/scrollbar/base_scroll_bar.cc',
« ui/views/controls/rich_label.h ('K') | « ui/views/controls/rich_label.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698