OLD | NEW |
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 Loading... |
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/sys/types.h', | 38 'win/sys/types.h', |
| 39 'win/getopt.c', |
| 40 'win/getopt.h', |
39 'win/winnt.h', | 41 'win/winnt.h', |
40 ], | 42 ], |
41 'conditions': [ | 43 'conditions': [ |
42 ['OS=="mac"', { | 44 ['OS=="mac"', { |
43 'dependencies': [ | 45 'dependencies': [ |
44 '../third_party/apple_cctools/apple_cctools.gyp:apple_cctools', | 46 '../third_party/apple_cctools/apple_cctools.gyp:apple_cctools', |
45 ], | 47 ], |
46 'include_dirs': [ | 48 'include_dirs': [ |
47 'mac', | 49 'mac', |
48 ], | 50 ], |
(...skipping 19 matching lines...) Expand all Loading... |
68 'direct_dependent_settings': { | 70 'direct_dependent_settings': { |
69 'include_dirs': [ | 71 'include_dirs': [ |
70 'non_win', | 72 'non_win', |
71 ], | 73 ], |
72 }, | 74 }, |
73 }], | 75 }], |
74 ], | 76 ], |
75 }, | 77 }, |
76 ], | 78 ], |
77 } | 79 } |
OLD | NEW |