diff options
author | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 10:18:55 +0000 |
---|---|---|
committer | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 10:18:55 +0000 |
commit | 05b47d5346281d7c899063fa9eda604f5c466431 (patch) | |
tree | 35e3cbbc032ca381fef40c9650b397bb169002e8 /build | |
parent | 83179fa3c1a8bd829a2b7537774c0d7aec5f284b (diff) | |
download | chromium_src-05b47d5346281d7c899063fa9eda604f5c466431.zip chromium_src-05b47d5346281d7c899063fa9eda604f5c466431.tar.gz chromium_src-05b47d5346281d7c899063fa9eda604f5c466431.tar.bz2 |
Make sure we build the tools used for testing minidumps on Android.
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/11368111
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166377 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all_android.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index fa7dd48..75c4a37 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -66,6 +66,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"', { |