summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-02 23:29:19 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-02 23:29:19 +0000
commit2973ab5ea1ba6ef99c90bd2afe792b0e844406dd (patch)
tree2b84ab5a852150b3828dac50db0ad5f825f8355d /base/base.gyp
parent91edeb2630cf73bb6a41269195b236542288de9d (diff)
downloadchromium_src-2973ab5ea1ba6ef99c90bd2afe792b0e844406dd.zip
chromium_src-2973ab5ea1ba6ef99c90bd2afe792b0e844406dd.tar.gz
chromium_src-2973ab5ea1ba6ef99c90bd2afe792b0e844406dd.tar.bz2
Move the ICU string conversions into its own file. This new file is included
from the old string_util to avoid changing any callers at this time. BUG=none TEST=none Review URL: http://codereview.chromium.org/257032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27914 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 7ea2bd9..757f5e2 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -144,6 +144,8 @@
'hmac_mac.cc',
'hmac_nss.cc',
'hmac_win.cc',
+ 'i18n/string_conversions.cc',
+ 'i18n/string_conversions.h',
'iat_patch.cc',
'iat_patch.h',
'icu_util.cc',