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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 '../compat/compat.gyp:crashpad_compat', | 265 '../compat/compat.gyp:crashpad_compat', |
266 '../third_party/gmock/gmock.gyp:gmock', | 266 '../third_party/gmock/gmock.gyp:gmock', |
267 '../third_party/gmock/gmock.gyp:gmock_main', | 267 '../third_party/gmock/gmock.gyp:gmock_main', |
268 '../third_party/gtest/gtest.gyp:gtest', | 268 '../third_party/gtest/gtest.gyp:gtest', |
269 '../third_party/mini_chromium/mini_chromium.gyp:base', | 269 '../third_party/mini_chromium/mini_chromium.gyp:base', |
270 ], | 270 ], |
271 'include_dirs': [ | 271 'include_dirs': [ |
272 '..', | 272 '..', |
273 ], | 273 ], |
274 'sources': [ | 274 'sources': [ |
| 275 'file/file_io_test.cc', |
275 'file/string_file_test.cc', | 276 'file/string_file_test.cc', |
276 'mac/checked_mach_address_range_test.cc', | 277 'mac/checked_mach_address_range_test.cc', |
277 'mac/launchd_test.mm', | 278 'mac/launchd_test.mm', |
278 'mac/mac_util_test.mm', | 279 'mac/mac_util_test.mm', |
279 'mac/service_management_test.mm', | 280 'mac/service_management_test.mm', |
280 'mac/xattr_test.cc', | 281 'mac/xattr_test.cc', |
281 'mach/child_port_handshake_test.cc', | 282 'mach/child_port_handshake_test.cc', |
282 'mach/child_port_server_test.cc', | 283 'mach/child_port_server_test.cc', |
283 'mach/composite_mach_message_server_test.cc', | 284 'mach/composite_mach_message_server_test.cc', |
284 'mach/exc_client_variants_test.cc', | 285 'mach/exc_client_variants_test.cc', |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 '/FIXED', | 386 '/FIXED', |
386 ], | 387 ], |
387 'TargetMachine': '1', # x86. | 388 'TargetMachine': '1', # x86. |
388 }, | 389 }, |
389 }, | 390 }, |
390 }, | 391 }, |
391 ] | 392 ] |
392 }], | 393 }], |
393 ], | 394 ], |
394 } | 395 } |
OLD | NEW |