Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: src/processor/processor.gyp

Issue 1418453011: [mips64] Support for mips n64 (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Fix accidentally removed lines from Makefile.am Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/processor/minidump_processor.cc ('k') | src/processor/stackwalk_common.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'minidump_processor_unittest.cc', 153 'minidump_processor_unittest.cc',
154 'minidump_unittest.cc', 154 'minidump_unittest.cc',
155 'pathname_stripper_unittest.cc', 155 'pathname_stripper_unittest.cc',
156 'postfix_evaluator_unittest.cc', 156 'postfix_evaluator_unittest.cc',
157 'range_map_unittest.cc', 157 'range_map_unittest.cc',
158 'stackwalker_address_list_unittest.cc', 158 'stackwalker_address_list_unittest.cc',
159 'stackwalker_amd64_unittest.cc', 159 'stackwalker_amd64_unittest.cc',
160 'stackwalker_arm64_unittest.cc', 160 'stackwalker_arm64_unittest.cc',
161 'stackwalker_arm_unittest.cc', 161 'stackwalker_arm_unittest.cc',
162 'stackwalker_mips_unittest.cc', 162 'stackwalker_mips_unittest.cc',
163 'stackwalker_mips64_unittest.cc',
163 'stackwalker_unittest_utils.h', 164 'stackwalker_unittest_utils.h',
164 'stackwalker_x86_unittest.cc', 165 'stackwalker_x86_unittest.cc',
165 'static_address_map_unittest.cc', 166 'static_address_map_unittest.cc',
166 'static_contained_range_map_unittest.cc', 167 'static_contained_range_map_unittest.cc',
167 'static_map_unittest.cc', 168 'static_map_unittest.cc',
168 'static_range_map_unittest.cc', 169 'static_range_map_unittest.cc',
169 'synth_minidump_unittest.cc', 170 'synth_minidump_unittest.cc',
170 'synth_minidump_unittest_data.h', 171 'synth_minidump_unittest_data.h',
171 ], 172 ],
172 'include_dirs': [ 173 'include_dirs': [
173 '..', 174 '..',
174 ], 175 ],
175 'dependencies': [ 176 'dependencies': [
176 'processor', 177 'processor',
177 '../build/testing.gypi:gmock', 178 '../build/testing.gypi:gmock',
178 '../build/testing.gypi:gtest', 179 '../build/testing.gypi:gtest',
179 ], 180 ],
180 }, 181 },
181 ], 182 ],
182 } 183 }
OLDNEW
« no previous file with comments | « src/processor/minidump_processor.cc ('k') | src/processor/stackwalk_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698