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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 '../compat/compat.gyp:crashpad_compat', | 217 '../compat/compat.gyp:crashpad_compat', |
218 '../third_party/gtest/gtest.gyp:gtest', | 218 '../third_party/gtest/gtest.gyp:gtest', |
219 '../third_party/mini_chromium/mini_chromium.gyp:base', | 219 '../third_party/mini_chromium/mini_chromium.gyp:base', |
220 ], | 220 ], |
221 'include_dirs': [ | 221 'include_dirs': [ |
222 '..', | 222 '..', |
223 ], | 223 ], |
224 'sources': [ | 224 'sources': [ |
225 'test/errors.cc', | 225 'test/errors.cc', |
226 'test/errors.h', | 226 'test/errors.h', |
| 227 'test/gtest_death_check.h', |
227 'test/mac/dyld.h', | 228 'test/mac/dyld.h', |
228 'test/mac/mach_errors.cc', | 229 'test/mac/mach_errors.cc', |
229 'test/mac/mach_errors.h', | 230 'test/mac/mach_errors.h', |
230 'test/mac/mach_multiprocess.cc', | 231 'test/mac/mach_multiprocess.cc', |
231 'test/mac/mach_multiprocess.h', | 232 'test/mac/mach_multiprocess.h', |
232 'test/multiprocess.h', | 233 'test/multiprocess.h', |
233 'test/multiprocess_exec.h', | 234 'test/multiprocess_exec.h', |
234 'test/multiprocess_exec_posix.cc', | 235 'test/multiprocess_exec_posix.cc', |
235 'test/multiprocess_exec_win.cc', | 236 'test/multiprocess_exec_win.cc', |
236 'test/multiprocess_posix.cc', | 237 'test/multiprocess_posix.cc', |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 '/BASE:0x78000000', | 361 '/BASE:0x78000000', |
361 '/FIXED', | 362 '/FIXED', |
362 ], | 363 ], |
363 }, | 364 }, |
364 }, | 365 }, |
365 }, | 366 }, |
366 ] | 367 ] |
367 }], | 368 }], |
368 ], | 369 ], |
369 } | 370 } |
OLD | NEW |