OLD | NEW |
1 # Copyright 2014 Google Inc. All rights reserved. | 1 # Copyright 2014 Google Inc. All rights reserved. |
2 # | 2 # |
3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
5 # met: | 5 # met: |
6 # | 6 # |
7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
10 # copyright notice, this list of conditions and the following disclaimer | 10 # copyright notice, this list of conditions and the following disclaimer |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 'minidump_processor_unittest.cc', | 154 'minidump_processor_unittest.cc', |
155 'minidump_unittest.cc', | 155 'minidump_unittest.cc', |
156 'pathname_stripper_unittest.cc', | 156 'pathname_stripper_unittest.cc', |
157 'postfix_evaluator_unittest.cc', | 157 'postfix_evaluator_unittest.cc', |
158 'range_map_unittest.cc', | 158 'range_map_unittest.cc', |
159 'stackwalker_address_list_unittest.cc', | 159 'stackwalker_address_list_unittest.cc', |
160 'stackwalker_amd64_unittest.cc', | 160 'stackwalker_amd64_unittest.cc', |
161 'stackwalker_arm64_unittest.cc', | 161 'stackwalker_arm64_unittest.cc', |
162 'stackwalker_arm_unittest.cc', | 162 'stackwalker_arm_unittest.cc', |
163 'stackwalker_mips_unittest.cc', | 163 'stackwalker_mips_unittest.cc', |
| 164 'stackwalker_mips64_unittest.cc', |
164 'stackwalker_unittest_utils.h', | 165 'stackwalker_unittest_utils.h', |
165 'stackwalker_x86_unittest.cc', | 166 'stackwalker_x86_unittest.cc', |
166 'static_address_map_unittest.cc', | 167 'static_address_map_unittest.cc', |
167 'static_contained_range_map_unittest.cc', | 168 'static_contained_range_map_unittest.cc', |
168 'static_map_unittest.cc', | 169 'static_map_unittest.cc', |
169 'static_range_map_unittest.cc', | 170 'static_range_map_unittest.cc', |
170 'synth_minidump_unittest.cc', | 171 'synth_minidump_unittest.cc', |
171 'synth_minidump_unittest_data.h', | 172 'synth_minidump_unittest_data.h', |
172 ], | 173 ], |
173 'include_dirs': [ | 174 'include_dirs': [ |
174 '..', | 175 '..', |
175 ], | 176 ], |
176 'dependencies': [ | 177 'dependencies': [ |
177 'processor', | 178 'processor', |
178 '../build/testing.gypi:gmock', | 179 '../build/testing.gypi:gmock', |
179 '../build/testing.gypi:gtest', | 180 '../build/testing.gypi:gtest', |
180 ], | 181 ], |
181 }, | 182 }, |
182 ], | 183 ], |
183 } | 184 } |
OLD | NEW |