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

Unified Diff: ui/android/ui_android.gyp

Issue 1324293002: Isolate ui_android_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: ui/android/ui_android.gyp
diff --git a/ui/android/ui_android.gyp b/ui/android/ui_android.gyp
index 50fb3dd02054a282046de567b19c11e721d320bb..bf20eec82093e85187191b352d712b681a5b525b 100644
--- a/ui/android/ui_android.gyp
+++ b/ui/android/ui_android.gyp
@@ -191,4 +191,24 @@
'includes': [ '../../build/apk_test.gypi' ],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
M-A Ruel 2015/09/09 18:14:23 +2 indent
ghost stip (do not use) 2015/09/11 21:27:52 "Done."
+ {
+ 'target_name': 'ui_android_unittests_apk_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'ui_android_unittests_apk',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'ui_android_unittests_apk.isolate',
+ ],
+ },
+ ]
+ }
+ ],
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698