Chromium Code Reviews| Index: breakpad/breakpad.gyp |
| diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp |
| index d422f07811f17d040d24c0718b460332b88874a2..52bf0db1e877d9f35c64a98e3568624ae25853d7 100644 |
| --- a/breakpad/breakpad.gyp |
| +++ b/breakpad/breakpad.gyp |
| @@ -983,6 +983,27 @@ |
| ], |
| } |
| ], |
| + 'conditions': [ |
| + ['test_isolation_mode != "noop"', |
| + { |
| + 'targets': [ |
| + { |
| + 'target_name': 'breakpad_unittests_apk_run', |
|
jbudorick
2015/09/29 18:00:11
breakpad_unittests aren't packaged as an APK, so t
ghost stip (do not use)
2015/09/29 20:53:00
then I'd have to change breakpad_unittests_apk.iso
|
| + 'type': 'none', |
| + 'dependencies': [ |
| + 'breakpad_unittests', |
| + ], |
| + 'includes': [ |
| + '../build/isolate.gypi', |
| + ], |
| + 'sources': [ |
| + 'breakpad_unittests_apk.isolate', |
| + ], |
| + }, |
| + ] |
| + } |
| + ], |
| + ], |
| }], |
| ], |
| } |