Chromium Code Reviews| 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/', |
| + ] |
| + }, |
| +} |