| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 'net/http_multipart_builder_test.cc', | 307 'net/http_multipart_builder_test.cc', |
| 306 'net/http_transport_test.cc', | 308 'net/http_transport_test.cc', |
| 307 'numeric/checked_range_test.cc', | 309 'numeric/checked_range_test.cc', |
| 308 'numeric/in_range_cast_test.cc', | 310 'numeric/in_range_cast_test.cc', |
| 309 'numeric/int128_test.cc', | 311 'numeric/int128_test.cc', |
| 310 'posix/process_info_test.cc', | 312 'posix/process_info_test.cc', |
| 311 'posix/symbolic_constants_posix_test.cc', | 313 'posix/symbolic_constants_posix_test.cc', |
| 312 'stdlib/string_number_conversion_test.cc', | 314 'stdlib/string_number_conversion_test.cc', |
| 313 'stdlib/strlcpy_test.cc', | 315 'stdlib/strlcpy_test.cc', |
| 314 'stdlib/strnlen_test.cc', | 316 'stdlib/strnlen_test.cc', |
| 317 'string/split_string_test.cc', |
| 315 'synchronization/semaphore_test.cc', | 318 'synchronization/semaphore_test.cc', |
| 316 'test/mac/mach_multiprocess_test.cc', | 319 'test/mac/mach_multiprocess_test.cc', |
| 317 'test/multiprocess_exec_test.cc', | 320 'test/multiprocess_exec_test.cc', |
| 318 'test/multiprocess_posix_test.cc', | 321 'test/multiprocess_posix_test.cc', |
| 319 'test/paths_test.cc', | 322 'test/paths_test.cc', |
| 320 'test/scoped_temp_dir_test.cc', | 323 'test/scoped_temp_dir_test.cc', |
| 321 'win/process_info_test.cc', | 324 'win/process_info_test.cc', |
| 322 'win/time_test.cc', | 325 'win/time_test.cc', |
| 323 ], | 326 ], |
| 324 'conditions': [ | 327 'conditions': [ |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 '/FIXED', | 390 '/FIXED', |
| 388 ], | 391 ], |
| 389 'TargetMachine': '1', # x86. | 392 'TargetMachine': '1', # x86. |
| 390 }, | 393 }, |
| 391 }, | 394 }, |
| 392 }, | 395 }, |
| 393 ] | 396 ] |
| 394 }], | 397 }], |
| 395 ], | 398 ], |
| 396 } | 399 } |
| OLD | NEW |