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

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: Move run_ui_android_unittests to proper isolate file. 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 | « build/android/android.isolate ('k') | ui/android/ui_android_unittests_apk.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/ui_android.gyp
diff --git a/ui/android/ui_android.gyp b/ui/android/ui_android.gyp
index 50fb3dd02054a282046de567b19c11e721d320bb..90ae8748fb0784be8b11178bc83fb28969935d15 100644
--- a/ui/android/ui_android.gyp
+++ b/ui/android/ui_android.gyp
@@ -55,7 +55,7 @@
},
'includes': [ '../../build/jni_generator.gypi' ],
},
- {
+ {
'target_name': 'android_resource_type_java',
'type': 'none',
'variables': {
@@ -191,4 +191,25 @@
'includes': [ '../../build/apk_test.gypi' ],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"',
+ {
+ 'targets': [
+ {
+ 'target_name': 'ui_android_unittests_apk_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'ui_android_unittests_apk',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'ui_android_unittests_apk.isolate',
+ ],
+ },
+ ]
+ }
+ ],
+ ]
}
« no previous file with comments | « build/android/android.isolate ('k') | ui/android/ui_android_unittests_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698