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

Unified Diff: infra/bots/ios_bin.isolate

Issue 1860333002: More iOS swarming bot fixes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: More paths Created 4 years, 8 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/ios_bin.isolate
diff --git a/infra/bots/android_bin.isolate b/infra/bots/ios_bin.isolate
similarity index 57%
copy from infra/bots/android_bin.isolate
copy to infra/bots/ios_bin.isolate
index 64915716d3a5038108d3f8bdf5073d97d2429cc0..b6fc135a4213382451529ceccfb2338860107f6b 100644
--- a/infra/bots/android_bin.isolate
+++ b/infra/bots/ios_bin.isolate
@@ -1,9 +1,9 @@
{
'conditions': [
- ['OS=="Android"', {
+ ['OS=="iOS-9.2"', {
'variables': {
'files': [
- '../../platform_tools/android/bin/',
+ '../../platform_tools/ios/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