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/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 Loading... |
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 } |
OLD | NEW |