Chromium Code Reviews| Index: breakpad/breakpad.gyp |
| diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp |
| index 834122d319aa2edfd6ac9583a9aefcb410b4f2da..80cba43fe0c0324819469e3d8e3bdae4b199ac33 100644 |
| --- a/breakpad/breakpad.gyp |
| +++ b/breakpad/breakpad.gyp |
| @@ -897,6 +897,23 @@ |
| 'outputs': [ '<(PRODUCT_DIR)/breakpad_unittests_stripped' ], |
| 'action': [ '<(android_strip)', '<@(_inputs)', '-o', '<@(_outputs)' ], |
| }], |
| + }, |
| + { |
| + 'target_name': 'breakpad_unittests_deps', |
| + 'type': 'none', |
| + 'dependencies': [ |
| + 'breakpad_unittests_stripped', |
| + ], |
| + # For the component build, ensure dependent shared libraries are stripped |
| + # and put alongside forwarder to simplify pushing to the device. |
|
cjhopman
2014/10/22 19:21:48
s/forwarder/breakpad
ripp
2014/10/23 06:17:51
Done.
|
| + 'variables': { |
| + 'output_dir': '<(PRODUCT_DIR)/breakpad_unittests_deps/', |
| + 'native_binary': '<(PRODUCT_DIR)/breakpad_unittests_stripped', |
| + 'include_main_binary': 0, |
| + }, |
| + 'includes': [ |
| + '../build/android/native_app_dependencies.gypi' |
| + ], |
| } |
| ], |
| }], |