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

Unified Diff: base/base.gypi

Issue 12092078: Move string_number_conversions to base/strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge, sort headers Created 7 years, 10 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 | « base/base.gyp ('k') | base/debug/stack_trace_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 57107f49f56b872f4600307790c00cf0d8288726..d7220f1de8eaa9c206e553737ab0bf6112980264 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -384,8 +384,6 @@
'shared_memory_win.cc',
'single_thread_task_runner.h',
'stl_util.h',
- 'string_number_conversions.cc',
- 'string_number_conversions.h',
'string_piece.cc',
'string_piece.h',
'string_split.cc',
@@ -398,6 +396,8 @@
'string16.h',
'stringprintf.cc',
'stringprintf.h',
+ 'strings/string_number_conversions.cc',
+ 'strings/string_number_conversions.h',
'strings/string_tokenizer.h',
'strings/stringize_macros.h',
'supports_user_data.cc',
« no previous file with comments | « base/base.gyp ('k') | base/debug/stack_trace_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698