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

Unified Diff: base/base.gypi

Issue 12982018: Move string_piece.h to base/strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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/string_piece.h » ('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 ce7f7e847f2938a9d393cac86d59d43a351c2521..9f91b166d9cd9e09a4bf4cf02543a41ac80a96ef 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -390,8 +390,6 @@
'shared_memory_win.cc',
'single_thread_task_runner.h',
'stl_util.h',
- 'string_piece.cc',
- 'string_piece.h',
'string_util.cc',
'string_util.h',
'string_util_posix.h',
@@ -404,6 +402,8 @@
'strings/string_split.h',
'strings/string_number_conversions.cc',
'strings/string_number_conversions.h',
+ 'strings/string_piece.cc',
+ 'strings/string_piece.h',
'strings/string_tokenizer.h',
'strings/stringize_macros.h',
'strings/sys_string_conversions.h',
« no previous file with comments | « base/base.gyp ('k') | base/string_piece.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698