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

Unified Diff: base/base.gypi

Issue 12213061: Move sys_string_conversions to base/strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm him 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/file_path.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..500a49bfd70f5cfbdb3ad612b4063be05439f044 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -400,6 +400,10 @@
'stringprintf.h',
'strings/string_tokenizer.h',
'strings/stringize_macros.h',
+ 'strings/sys_string_conversions.h',
+ 'strings/sys_string_conversions_mac.mm',
+ 'strings/sys_string_conversions_posix.cc',
+ 'strings/sys_string_conversions_win.cc',
'supports_user_data.cc',
'supports_user_data.h',
'synchronization/cancellation_flag.cc',
@@ -439,10 +443,6 @@
'sys_info_openbsd.cc',
'sys_info_posix.cc',
'sys_info_win.cc',
- 'sys_string_conversions.h',
- 'sys_string_conversions_mac.mm',
- 'sys_string_conversions_posix.cc',
- 'sys_string_conversions_win.cc',
'task_runner.cc',
'task_runner.h',
'task_runner_util.h',
« no previous file with comments | « base/base.gyp ('k') | base/file_path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698