| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'net/http_headers.h', | 90 'net/http_headers.h', |
| 91 'net/http_multipart_builder.cc', | 91 'net/http_multipart_builder.cc', |
| 92 'net/http_multipart_builder.h', | 92 'net/http_multipart_builder.h', |
| 93 'net/http_transport.cc', | 93 'net/http_transport.cc', |
| 94 'net/http_transport.h', | 94 'net/http_transport.h', |
| 95 'net/http_transport_mac.mm', | 95 'net/http_transport_mac.mm', |
| 96 'numeric/checked_range.h', | 96 'numeric/checked_range.h', |
| 97 'numeric/in_range_cast.h', | 97 'numeric/in_range_cast.h', |
| 98 'numeric/int128.h', | 98 'numeric/int128.h', |
| 99 'numeric/safe_assignment.h', | 99 'numeric/safe_assignment.h', |
| 100 'posix/close_stdio.cc', |
| 101 'posix/close_stdio.h', |
| 100 'posix/drop_privileges.cc', | 102 'posix/drop_privileges.cc', |
| 101 'posix/drop_privileges.h', | 103 'posix/drop_privileges.h', |
| 102 'posix/process_info.h', | 104 'posix/process_info.h', |
| 103 'posix/process_info_mac.cc', | 105 'posix/process_info_mac.cc', |
| 104 'posix/symbolic_constants_posix.cc', | 106 'posix/symbolic_constants_posix.cc', |
| 105 'posix/symbolic_constants_posix.h', | 107 'posix/symbolic_constants_posix.h', |
| 106 'stdlib/cxx.h', | 108 'stdlib/cxx.h', |
| 107 'stdlib/objc.h', | 109 'stdlib/objc.h', |
| 108 'stdlib/pointer_container.h', | 110 'stdlib/pointer_container.h', |
| 109 'stdlib/string_number_conversion.cc', | 111 'stdlib/string_number_conversion.cc', |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 }, | 291 }, |
| 290 { | 292 { |
| 291 'target_name': 'util_test_multiprocess_exec_test_child', | 293 'target_name': 'util_test_multiprocess_exec_test_child', |
| 292 'type': 'executable', | 294 'type': 'executable', |
| 293 'sources': [ | 295 'sources': [ |
| 294 'test/multiprocess_exec_test_child.cc', | 296 'test/multiprocess_exec_test_child.cc', |
| 295 ], | 297 ], |
| 296 }, | 298 }, |
| 297 ], | 299 ], |
| 298 } | 300 } |
| OLD | NEW |