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

Unified Diff: compat/compat.gyp

Issue 1275633002: win: Provide strcasecmp() in <strings.h> in compat (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 4 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 | compat/win/strings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compat/compat.gyp
diff --git a/compat/compat.gyp b/compat/compat.gyp
index 75f404973bcac07f27df73b97911c350343dc423..176fe4f9716efef66fdff7e079a0141da0b87d59 100644
--- a/compat/compat.gyp
+++ b/compat/compat.gyp
@@ -36,6 +36,8 @@
'non_win/windows.h',
'non_win/winnt.h',
'win/getopt.h',
+ 'win/strings.cc',
+ 'win/strings.h',
'win/sys/types.h',
'win/time.cc',
'win/time.h',
« no previous file with comments | « no previous file | compat/win/strings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698