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

Unified Diff: ui/android/ui_android_unittests_apk.isolate

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
« ui/android/ui_android.gyp ('K') | « ui/android/ui_android.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/ui_android_unittests_apk.isolate
diff --git a/ui/android/ui_android_unittests_apk.isolate b/ui/android/ui_android_unittests_apk.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..5d8d3d7547db5287a89e18866f2f9dfcf6a6ad87
--- /dev/null
+++ b/ui/android/ui_android_unittests_apk.isolate
@@ -0,0 +1,16 @@
+{
M-A Ruel 2015/09/09 18:14:23 copyright
ghost stip (do not use) 2015/09/11 21:27:52 Done.
+ 'includes': [
+ '../../build/android/android.isolate',
+ ],
+ 'variables': {
+ 'command': [
+ '../../build/android/test_runner.py',
jbudorick 2015/09/04 15:10:59 I know this isn't published yet, but you might be
ghost stip (do not use) 2015/09/09 18:09:19 OK, let's commit this, then change that on the nex
jbudorick 2015/09/09 18:13:45 that... doesn't make a whole lot of sense to me, t
M-A Ruel 2015/09/09 18:14:23 The goal is to get something committed so we can a
M-A Ruel 2015/09/09 18:15:17 With one file and one bot live on chromium.swarm,
jbudorick 2015/09/09 18:18:28 The alternative is '<(PRODUCT_DIR)/bin/run_ui_a
ghost stip (do not use) 2015/09/11 21:27:52 Done.
+ 'gtest',
+ '-s',
+ 'ui_android_unittests',
+ ],
+ 'files': [
+ '<(PRODUCT_DIR)/ui_android_unittests_apk/',
+ ]
+ },
+}
« ui/android/ui_android.gyp ('K') | « ui/android/ui_android.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698