summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-17 03:45:37 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-17 03:45:37 +0000
commite6811ed52ec6c97dfb6d9073c8841d7f67bba082 (patch)
tree3d6a1abc880b89e94382f9f7c8e028d765f33508 /base/base.gyp
parente486aef731a84a591451ec7e92e79724757a737d (diff)
downloadchromium_src-e6811ed52ec6c97dfb6d9073c8841d7f67bba082.zip
chromium_src-e6811ed52ec6c97dfb6d9073c8841d7f67bba082.tar.gz
chromium_src-e6811ed52ec6c97dfb6d9073c8841d7f67bba082.tar.bz2
Move StringPrintf into its own file and use the base namespace. Currently this has using
directives for the functions so I don't have to change all files to use the namespace. No code changes to logic. TEST=it compiles + the included unit tests BUG=none Review URL: http://codereview.chromium.org/3181016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index f401bf3..195e73a 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -135,6 +135,7 @@
'string_split_unittest.cc',
'string_tokenizer_unittest.cc',
'string_util_unittest.cc',
+ 'stringprintf_unittest.cc',
'sys_info_unittest.cc',
'sys_string_conversions_mac_unittest.mm',
'sys_string_conversions_unittest.cc',