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

Unified Diff: base/base.gyp

Issue 1119173003: win: pull in string_util_win.h from Chromium for strcasecmp (Closed) Base URL: https://chromium.googlesource.com/chromium/mini_chromium@master
Patch Set: cleanup Created 5 years, 8 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 | « no previous file | base/strings/string_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index f01d002f1ad1d0806b71eaa3d427cf5a07591fdf..a71e28333dda047f7464b51e264ea3050920cb3e 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -92,6 +92,7 @@
'strings/string_util.h',
'strings/string_util_posix.h',
'strings/string_util_win.cc',
+ 'strings/string_util_win.h',
'strings/stringprintf.cc',
'strings/stringprintf.h',
'strings/sys_string_conversions.h',
« no previous file with comments | « no previous file | base/strings/string_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698