| Index: build/all_android.gyp
|
| ===================================================================
|
| --- build/all_android.gyp (revision 211696)
|
| +++ build/all_android.gyp (working copy)
|
| @@ -52,6 +52,13 @@
|
| '../android_webview/android_webview.gyp:android_webview_unittests',
|
| '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests',
|
| '../base/base.gyp:base_unittests',
|
| + '../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',
|
| '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multiple_proguards_test_apk',
|
| '../cc/cc_tests.gyp:cc_perftests_apk',
|
| '../cc/cc_tests.gyp:cc_unittests',
|
| @@ -80,17 +87,6 @@
|
| '../chrome/chrome_resources.gyp:packed_resources',
|
| ],
|
| 'conditions': [
|
| - ['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"', {
|
| 'dependencies': [
|
| # Unit test bundles packaged as an apk.
|
|
|