| Index: breakpad/breakpad.gyp
|
| diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
|
| index 7053d896040cb97736091169b6cd592a48eaff8b..5483ca026dd635dbbb9d828532db681ed135b383 100644
|
| --- a/breakpad/breakpad.gyp
|
| +++ b/breakpad/breakpad.gyp
|
| @@ -991,15 +991,14 @@
|
| 'target_name': 'breakpad_unittests_deps',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - 'breakpad_unittests_stripped',
|
| + 'breakpad_unittests',
|
| + 'linux_dumper_unittest_helper',
|
| ],
|
| - # For the component build, ensure dependent shared libraries are
|
| - # stripped and put alongside breakpad_unittest to simplify pushing to
|
| - # the device.
|
| 'variables': {
|
| - 'output_dir': '<(PRODUCT_DIR)/breakpad_unittests_deps/',
|
| - 'native_binary': '<(PRODUCT_DIR)/breakpad_unittests_stripped',
|
| - 'include_main_binary': 0,
|
| + 'output_dir': '<(PRODUCT_DIR)/breakpad_unittests__dist/',
|
| + 'native_binary': '<(PRODUCT_DIR)/breakpad_unittests',
|
| + 'include_main_binary': 1,
|
| + 'extra_files': ['<(PRODUCT_DIR)/linux_dumper_unittest_helper'],
|
| },
|
| 'includes': [
|
| '../build/android/native_app_dependencies.gypi'
|
|
|