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

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: compile 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
« no previous file with comments | « ui/views/controls/styled_label_unittest.cc ('k') | ui/views/window/dialog_client_view.cc » ('j') | 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 e4b1cc8ed9c3c39039541c3f6a8678b9be7384a5..1b2c43a261b0c52c23a28c83dcde894bf1ac21a9 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -197,6 +197,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',
@@ -674,6 +677,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',
« no previous file with comments | « ui/views/controls/styled_label_unittest.cc ('k') | ui/views/window/dialog_client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698