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

Unified Diff: breakpad/breakpad_unittests_apk.isolate

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
Index: breakpad/breakpad_unittests_apk.isolate
diff --git a/android_webview/android_webview_unittests_apk.isolate b/breakpad/breakpad_unittests_apk.isolate
similarity index 57%
copy from android_webview/android_webview_unittests_apk.isolate
copy to breakpad/breakpad_unittests_apk.isolate
index ca71aabef374ea3a4468200e05f6194888a33072..0f5aa5181e317a37344b786b918453a7940cf4e7 100644
--- a/android_webview/android_webview_unittests_apk.isolate
+++ b/breakpad/breakpad_unittests_apk.isolate
@@ -4,14 +4,16 @@
{
'includes': [
'../build/android/android.isolate',
+ 'breakpad_unittests.isolate',
],
'variables': {
'command': [
- '<(PRODUCT_DIR)/bin/run_android_webview_unittests',
+ '<(PRODUCT_DIR)/bin/run_breakpad_unittests',
],
'files': [
- '<(PRODUCT_DIR)/bin/run_android_webview_unittests',
- '<(PRODUCT_DIR)/android_webview_unittests_apk/',
+ '<(PRODUCT_DIR)/bin/run_breakpad_unittests',
+ '<(PRODUCT_DIR)/breakpad_unittests',
+ 'breakpad_unittests.isolate',
ghost stip (do not use) 2015/09/29 17:49:20 'sup
jbudorick 2015/09/30 08:18:40 yeah, awkward.
jbudorick 2015/09/30 09:33:16 see comment on android_webview_test_apk isolation
]
},
}

Powered by Google App Engine
This is Rietveld 408576698