Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: breakpad/breakpad.gyp

Issue 1376883002: Isolate breakpad_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | breakpad/breakpad_unittests_apk.isolate » ('j') | breakpad/breakpad_unittests_apk.isolate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ },
+ ]
+ }
+ ],
+ ],
}],
],
}
« no previous file with comments | « no previous file | breakpad/breakpad_unittests_apk.isolate » ('j') | breakpad/breakpad_unittests_apk.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698