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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/processor/minidump_processor.cc ('k') | src/processor/stackwalk_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/processor/processor.gyp
diff --git a/src/processor/processor.gyp b/src/processor/processor.gyp
index 2c76925e510a156f86955363a00c93ebc0aae541..3ef23d51b0350930894991bbd5b6359ea7636c42 100644
--- a/src/processor/processor.gyp
+++ b/src/processor/processor.gyp
@@ -160,6 +160,7 @@
'stackwalker_arm64_unittest.cc',
'stackwalker_arm_unittest.cc',
'stackwalker_mips_unittest.cc',
+ 'stackwalker_mips64_unittest.cc',
'stackwalker_unittest_utils.h',
'stackwalker_x86_unittest.cc',
'static_address_map_unittest.cc',
« 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