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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | compat/win/strings.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Crashpad Authors. All rights reserved. 1 # Copyright 2014 The Crashpad Authors. All rights reserved.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 18 matching lines...) Expand all
29 'mac/mach-o/loader.h', 29 'mac/mach-o/loader.h',
30 'mac/sys/resource.h', 30 'mac/sys/resource.h',
31 'non_mac/mach/mach.h', 31 'non_mac/mach/mach.h',
32 'non_win/dbghelp.h', 32 'non_win/dbghelp.h',
33 'non_win/minwinbase.h', 33 'non_win/minwinbase.h',
34 'non_win/timezoneapi.h', 34 'non_win/timezoneapi.h',
35 'non_win/verrsrc.h', 35 'non_win/verrsrc.h',
36 'non_win/windows.h', 36 'non_win/windows.h',
37 'non_win/winnt.h', 37 'non_win/winnt.h',
38 'win/getopt.h', 38 'win/getopt.h',
39 'win/strings.cc',
40 'win/strings.h',
39 'win/sys/types.h', 41 'win/sys/types.h',
40 'win/time.cc', 42 'win/time.cc',
41 'win/time.h', 43 'win/time.h',
42 'win/winnt.h', 44 'win/winnt.h',
43 ], 45 ],
44 'conditions': [ 46 'conditions': [
45 ['OS=="mac"', { 47 ['OS=="mac"', {
46 'dependencies': [ 48 'dependencies': [
47 '../third_party/apple_cctools/apple_cctools.gyp:apple_cctools', 49 '../third_party/apple_cctools/apple_cctools.gyp:apple_cctools',
48 ], 50 ],
(...skipping 25 matching lines...) Expand all
74 'direct_dependent_settings': { 76 'direct_dependent_settings': {
75 'include_dirs': [ 77 'include_dirs': [
76 'non_win', 78 'non_win',
77 ], 79 ],
78 }, 80 },
79 }], 81 }],
80 ], 82 ],
81 }, 83 },
82 ], 84 ],
83 } 85 }
OLDNEW
« 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