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

Unified Diff: ui/ui.gyp

Issue 23731010: Move text_elider to gfx. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update3 Created 7 years, 3 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/message_center/views/notification_view.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index e495f21da97bb63e44b5ce3fde24804f6b7efa21..505bbd06d8e18302364754bf23292a68f5d63592 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -316,8 +316,6 @@
'base/resource/resource_handle.h',
'base/text/bytes_formatting.cc',
'base/text/bytes_formatting.h',
- 'base/text/text_elider.cc',
- 'base/text/text_elider.h',
'base/text/utf16_indexing.cc',
'base/text/utf16_indexing.h',
'base/theme_provider.cc',
@@ -583,6 +581,8 @@
'gfx/sys_color_change_listener.cc',
'gfx/sys_color_change_listener.h',
'gfx/text_constants.h',
+ 'gfx/text_elider.cc',
+ 'gfx/text_elider.h',
'gfx/text_utils.cc',
'gfx/text_utils.h',
'gfx/text_utils_android.cc',
« no previous file with comments | « ui/message_center/views/notification_view.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698