| Index: breakpad/breakpad.gyp
|
| diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
|
| index 7d0a2e9e444d7031668a5b54826b8e4380a3dbef..fed737e2961a659af5f707b15973a42e68448ad5 100644
|
| --- a/breakpad/breakpad.gyp
|
| +++ b/breakpad/breakpad.gyp
|
| @@ -855,5 +855,20 @@
|
| }
|
| ],
|
| }],
|
| + ['OS=="android"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'breakpad_unittests_stripped',
|
| + 'type': 'none',
|
| + 'dependencies': [ 'breakpad_unittests' ],
|
| + 'actions': [{
|
| + 'action_name': 'strip breakpad_unittests',
|
| + 'inputs': [ '<(PRODUCT_DIR)/breakpad_unittests' ],
|
| + 'outputs': [ '<(PRODUCT_DIR)/breakpad_unittests_stripped' ],
|
| + 'action': [ '<(android_strip)', '<@(_inputs)', '-o', '<@(_outputs)' ],
|
| + }],
|
| + }
|
| + ],
|
| + }],
|
| ],
|
| }
|
|
|