| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 'posix/symbolic_constants_posix.h', | 122 'posix/symbolic_constants_posix.h', |
| 123 'stdlib/cxx.h', | 123 'stdlib/cxx.h', |
| 124 'stdlib/objc.h', | 124 'stdlib/objc.h', |
| 125 'stdlib/pointer_container.h', | 125 'stdlib/pointer_container.h', |
| 126 'stdlib/string_number_conversion.cc', | 126 'stdlib/string_number_conversion.cc', |
| 127 'stdlib/string_number_conversion.h', | 127 'stdlib/string_number_conversion.h', |
| 128 'stdlib/strlcpy.cc', | 128 'stdlib/strlcpy.cc', |
| 129 'stdlib/strlcpy.h', | 129 'stdlib/strlcpy.h', |
| 130 'stdlib/strnlen.cc', | 130 'stdlib/strnlen.cc', |
| 131 'stdlib/strnlen.h', | 131 'stdlib/strnlen.h', |
| 132 'string/split_string.cc', |
| 133 'string/split_string.h', |
| 132 'synchronization/semaphore_mac.cc', | 134 'synchronization/semaphore_mac.cc', |
| 133 'synchronization/semaphore_posix.cc', | 135 'synchronization/semaphore_posix.cc', |
| 134 'synchronization/semaphore_win.cc', | 136 'synchronization/semaphore_win.cc', |
| 135 'synchronization/semaphore.h', | 137 'synchronization/semaphore.h', |
| 136 'win/process_info.cc', | 138 'win/process_info.cc', |
| 137 'win/process_info.h', | 139 'win/process_info.h', |
| 138 'win/process_structs.h', | 140 'win/process_structs.h', |
| 139 'win/scoped_handle.cc', | 141 'win/scoped_handle.cc', |
| 140 'win/scoped_handle.h', | 142 'win/scoped_handle.h', |
| 141 'win/time.cc', | 143 'win/time.cc', |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 'net/http_multipart_builder_test.cc', | 306 'net/http_multipart_builder_test.cc', |
| 305 'net/http_transport_test.cc', | 307 'net/http_transport_test.cc', |
| 306 'numeric/checked_range_test.cc', | 308 'numeric/checked_range_test.cc', |
| 307 'numeric/in_range_cast_test.cc', | 309 'numeric/in_range_cast_test.cc', |
| 308 'numeric/int128_test.cc', | 310 'numeric/int128_test.cc', |
| 309 'posix/process_info_test.cc', | 311 'posix/process_info_test.cc', |
| 310 'posix/symbolic_constants_posix_test.cc', | 312 'posix/symbolic_constants_posix_test.cc', |
| 311 'stdlib/string_number_conversion_test.cc', | 313 'stdlib/string_number_conversion_test.cc', |
| 312 'stdlib/strlcpy_test.cc', | 314 'stdlib/strlcpy_test.cc', |
| 313 'stdlib/strnlen_test.cc', | 315 'stdlib/strnlen_test.cc', |
| 316 'string/split_string_test.cc', |
| 314 'synchronization/semaphore_test.cc', | 317 'synchronization/semaphore_test.cc', |
| 315 'test/mac/mach_multiprocess_test.cc', | 318 'test/mac/mach_multiprocess_test.cc', |
| 316 'test/multiprocess_exec_test.cc', | 319 'test/multiprocess_exec_test.cc', |
| 317 'test/multiprocess_posix_test.cc', | 320 'test/multiprocess_posix_test.cc', |
| 318 'test/paths_test.cc', | 321 'test/paths_test.cc', |
| 319 'test/scoped_temp_dir_test.cc', | 322 'test/scoped_temp_dir_test.cc', |
| 320 'win/process_info_test.cc', | 323 'win/process_info_test.cc', |
| 321 'win/time_test.cc', | 324 'win/time_test.cc', |
| 322 ], | 325 ], |
| 323 'conditions': [ | 326 'conditions': [ |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 '/FIXED', | 389 '/FIXED', |
| 387 ], | 390 ], |
| 388 'TargetMachine': '1', # x86. | 391 'TargetMachine': '1', # x86. |
| 389 }, | 392 }, |
| 390 }, | 393 }, |
| 391 }, | 394 }, |
| 392 ] | 395 ] |
| 393 }], | 396 }], |
| 394 ], | 397 ], |
| 395 } | 398 } |
| OLD | NEW |