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

Unified Diff: infra/bots/android_bin.isolate

Issue 1819033002: Support for Android Swarming bots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Skip some devices for now Created 4 years, 9 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 | « no previous file | infra/bots/perf_skia.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/android_bin.isolate
diff --git a/infra/bots/android_bin.isolate b/infra/bots/android_bin.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..64915716d3a5038108d3f8bdf5073d97d2429cc0
--- /dev/null
+++ b/infra/bots/android_bin.isolate
@@ -0,0 +1,11 @@
+{
+ 'conditions': [
+ ['OS=="Android"', {
+ 'variables': {
+ 'files': [
+ '../../platform_tools/android/bin/',
+ ],
+ },
+ }],
+ ],
+}
« no previous file with comments | « no previous file | infra/bots/perf_skia.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698