| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'numeric/int128_test.cc', | 70 'numeric/int128_test.cc', |
| 71 'posix/process_info_test.cc', | 71 'posix/process_info_test.cc', |
| 72 'posix/symbolic_constants_posix_test.cc', | 72 'posix/symbolic_constants_posix_test.cc', |
| 73 'stdlib/map_insert_test.cc', | 73 'stdlib/map_insert_test.cc', |
| 74 'stdlib/string_number_conversion_test.cc', | 74 'stdlib/string_number_conversion_test.cc', |
| 75 'stdlib/strlcpy_test.cc', | 75 'stdlib/strlcpy_test.cc', |
| 76 'stdlib/strnlen_test.cc', | 76 'stdlib/strnlen_test.cc', |
| 77 'string/split_string_test.cc', | 77 'string/split_string_test.cc', |
| 78 'synchronization/semaphore_test.cc', | 78 'synchronization/semaphore_test.cc', |
| 79 'thread/thread_log_messages_test.cc', | 79 'thread/thread_log_messages_test.cc', |
| 80 'thread/thread_test.cc', |
| 80 'win/process_info_test.cc', | 81 'win/process_info_test.cc', |
| 81 'win/time_test.cc', | 82 'win/time_test.cc', |
| 82 ], | 83 ], |
| 83 'conditions': [ | 84 'conditions': [ |
| 84 ['OS=="mac"', { | 85 ['OS=="mac"', { |
| 85 'link_settings': { | 86 'link_settings': { |
| 86 'libraries': [ | 87 'libraries': [ |
| 87 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 88 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 88 ], | 89 ], |
| 89 }, | 90 }, |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 '/FIXED', | 144 '/FIXED', |
| 144 ], | 145 ], |
| 145 'TargetMachine': '1', # x86. | 146 'TargetMachine': '1', # x86. |
| 146 }, | 147 }, |
| 147 }, | 148 }, |
| 148 }, | 149 }, |
| 149 ] | 150 ] |
| 150 }], | 151 }], |
| 151 ], | 152 ], |
| 152 } | 153 } |
| OLD | NEW |