Index: build/all_android.gyp |
diff --git a/build/all_android.gyp b/build/all_android.gyp |
index 82a004d8f822e9e31e3332b5581154cb62a36bf2..eca645ab40f669257008be0ce024092a45fa1f11 100644 |
--- a/build/all_android.gyp |
+++ b/build/all_android.gyp |
@@ -65,6 +65,12 @@ |
['linux_breakpad==1', { |
'dependencies': [ |
'../breakpad/breakpad.gyp:breakpad_unittests', |
+ # Also compile the tools needed to deal with minidumps, they are |
+ # needed to run minidump tests upstream. |
+ '../breakpad/breakpad.gyp:dump_syms#host', |
+ '../breakpad/breakpad.gyp:symupload#host', |
+ '../breakpad/breakpad.gyp:minidump_dump#host', |
+ '../breakpad/breakpad.gyp:minidump_stackwalk#host' |
], |
}], |
['"<(gtest_target_type)"=="shared_library"', { |