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, |
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 # See the License for the specific language governing permissions and | 12 # See the License for the specific language governing permissions and |
13 # limitations under the License. | 13 # limitations under the License. |
14 | 14 |
15 { | 15 { |
16 'includes': [ | 16 'includes': [ |
17 '../build/crashpad.gypi', | 17 '../build/crashpad.gypi', |
18 ], | 18 ], |
19 'targets': [ | 19 'targets': [ |
20 { | 20 { |
21 'target_name': 'crashpad_util', | 21 'target_name': 'crashpad_util', |
22 'type': 'static_library', | 22 'type': 'static_library', |
23 'dependencies': [ | 23 'dependencies': [ |
24 '../compat/compat.gyp:crashpad_compat', | 24 '../compat/compat.gyp:crashpad_compat', |
25 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | 25 '../third_party/mini_chromium/mini_chromium.gyp:base', |
26 ], | 26 ], |
27 'include_dirs': [ | 27 'include_dirs': [ |
28 '..', | 28 '..', |
29 '<(INTERMEDIATE_DIR)', | 29 '<(INTERMEDIATE_DIR)', |
30 ], | 30 ], |
31 'sources': [ | 31 'sources': [ |
32 'file/file_io.cc', | 32 'file/file_io.cc', |
33 'file/file_io.h', | 33 'file/file_io.h', |
34 'file/file_io_posix.cc', | 34 'file/file_io_posix.cc', |
35 'file/file_io_win.cc', | 35 'file/file_io_win.cc', |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 '-lwinhttp.lib', | 206 '-lwinhttp.lib', |
207 ], | 207 ], |
208 }, | 208 }, |
209 }], | 209 }], |
210 ], | 210 ], |
211 }, | 211 }, |
212 { | 212 { |
213 'target_name': 'crashpad_util_test_lib', | 213 'target_name': 'crashpad_util_test_lib', |
214 'type': 'static_library', | 214 'type': 'static_library', |
215 'dependencies': [ | 215 'dependencies': [ |
| 216 'crashpad_util', |
216 '../compat/compat.gyp:crashpad_compat', | 217 '../compat/compat.gyp:crashpad_compat', |
217 '../third_party/gtest/gtest.gyp:gtest', | 218 '../third_party/gtest/gtest.gyp:gtest', |
218 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | 219 '../third_party/mini_chromium/mini_chromium.gyp:base', |
219 'crashpad_util', | |
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/executable_path.h', | 227 'test/executable_path.h', |
228 'test/executable_path_mac.cc', | 228 'test/executable_path_mac.cc', |
229 'test/executable_path_win.cc', | 229 'test/executable_path_win.cc', |
(...skipping 24 matching lines...) Expand all Loading... |
254 }, | 254 }, |
255 { | 255 { |
256 'target_name': 'crashpad_util_test', | 256 'target_name': 'crashpad_util_test', |
257 'type': 'executable', | 257 'type': 'executable', |
258 'dependencies': [ | 258 'dependencies': [ |
259 'crashpad_util', | 259 'crashpad_util', |
260 'crashpad_util_test_lib', | 260 'crashpad_util_test_lib', |
261 'crashpad_util_test_multiprocess_exec_test_child', | 261 'crashpad_util_test_multiprocess_exec_test_child', |
262 '../compat/compat.gyp:crashpad_compat', | 262 '../compat/compat.gyp:crashpad_compat', |
263 '../third_party/gmock/gmock.gyp:gmock', | 263 '../third_party/gmock/gmock.gyp:gmock', |
| 264 '../third_party/gmock/gmock.gyp:gmock_main', |
264 '../third_party/gtest/gtest.gyp:gtest', | 265 '../third_party/gtest/gtest.gyp:gtest', |
265 '../third_party/gtest/gtest.gyp:gtest_main', | 266 '../third_party/mini_chromium/mini_chromium.gyp:base', |
266 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | |
267 ], | 267 ], |
268 'include_dirs': [ | 268 'include_dirs': [ |
269 '..', | 269 '..', |
270 ], | 270 ], |
271 'sources': [ | 271 'sources': [ |
272 'file/string_file_test.cc', | 272 'file/string_file_test.cc', |
273 'mac/checked_mach_address_range_test.cc', | 273 'mac/checked_mach_address_range_test.cc', |
274 'mac/launchd_test.mm', | 274 'mac/launchd_test.mm', |
275 'mac/mac_util_test.mm', | 275 'mac/mac_util_test.mm', |
276 'mac/service_management_test.mm', | 276 'mac/service_management_test.mm', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 '/BASE:0x78000000', | 359 '/BASE:0x78000000', |
360 '/FIXED', | 360 '/FIXED', |
361 ], | 361 ], |
362 }, | 362 }, |
363 }, | 363 }, |
364 }, | 364 }, |
365 ] | 365 ] |
366 }], | 366 }], |
367 ], | 367 ], |
368 } | 368 } |
OLD | NEW |