| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index 3e870a1c9b042f6c37bf61ed009e32f9efa6b0da..7c231c23718c3b13516b6391aa31108ea24355ec 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -63,6 +63,8 @@
|
| 'base/resource/data_pack.cc',
|
| 'base/resource/data_pack.h',
|
| 'base/resource/resource_handle.h',
|
| + 'base/text/text_elider.cc',
|
| + 'base/text/text_elider.h',
|
| 'base/ui_base_paths.cc',
|
| 'base/ui_base_paths.h',
|
| 'base/ui_base_switches.cc',
|
| @@ -370,8 +372,6 @@
|
| 'base/resource/resource_data_dll_win.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',
|
|
|