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

Unified Diff: base/base.gyp

Issue 267001: Separate out some more ICU from base and into base/i18n.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « app/os_exchange_data_provider_win.cc ('k') | base/file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 28219)
+++ base/base.gyp (working copy)
@@ -120,7 +120,6 @@
'file_path.h',
'file_util.cc',
'file_util.h',
- 'file_util_icu.cc',
'file_util_linux.cc',
'file_util_mac.mm',
'file_util_posix.cc',
@@ -140,8 +139,12 @@
'hmac_mac.cc',
'hmac_nss.cc',
'hmac_win.cc',
+ 'i18n/file_util_icu.cc',
+ 'i18n/file_util_icu.h',
'i18n/icu_string_conversions.cc',
'i18n/icu_string_conversions.h',
+ 'i18n/number_formatting.cc',
+ 'i18n/number_formatting.h',
'iat_patch.cc',
'iat_patch.h',
'icu_util.cc',
@@ -283,7 +286,6 @@
'string_tokenizer.h',
'string_util.cc',
'string_util.h',
- 'string_util_icu.cc',
'string_util_win.h',
'sys_info.h',
'sys_info_chromeos.cc',
@@ -597,6 +599,7 @@
'histogram_unittest.cc',
'hmac_unittest.cc',
'id_map_unittest.cc',
+ 'i18n/file_util_icu_unittest.cc',
'json_reader_unittest.cc',
'json_writer_unittest.cc',
'lazy_instance_unittest.cc',
« no previous file with comments | « app/os_exchange_data_provider_win.cc ('k') | base/file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698