Chromium Code Reviews| Index: build/all_android.gyp |
| diff --git a/build/all_android.gyp b/build/all_android.gyp |
| index 82a004d8f822e9e31e3332b5581154cb62a36bf2..7b1a6b35ff5b0c4f4a3835581675f5e70dbef93f 100644 |
| --- a/build/all_android.gyp |
| +++ b/build/all_android.gyp |
| @@ -65,6 +65,7 @@ |
| ['linux_breakpad==1', { |
| 'dependencies': [ |
| '../breakpad/breakpad.gyp:breakpad_unittests', |
| + 'minidump_tools#host', |
| ], |
| }], |
| ['"<(gtest_target_type)"=="shared_library"', { |
| @@ -94,6 +95,17 @@ |
| ], |
| }, |
| { |
| + 'target_name': 'minidump_tools', |
|
Yaron
2012/11/06 22:38:43
Should the definition of this target be defined on
Jay Civelli
2012/11/06 22:54:47
Yes, I think it might be helpful for the case you
|
| + 'type': 'none', |
| + 'toolsets': [ 'host' ], |
| + 'dependencies': [ |
| + '../breakpad/breakpad.gyp:dump_syms', |
| + '../breakpad/breakpad.gyp:symupload', |
| + '../breakpad/breakpad.gyp:minidump_dump', |
| + '../breakpad/breakpad.gyp:minidump_stackwalk' |
| + ], |
| + }, |
| + { |
| # Experimental / in-progress targets that are expected to fail |
| # but we still try to compile them on bots (turning the stage |
| # orange, not red). |