aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/compile.py
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-11-21 16:06:07 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-22 16:06:05 +0000
commite1e926a79c9224691941ba2bd207be30f08b0790 (patch)
tree49222758f8e6c2d676db8e75a7b771e6d9b09a86 /infra/bots/recipes/compile.py
parentfe546d09f8ed630a4069d04d4ac6a6618be5fc70 (diff)
Remove obsolete iOSShell references from infra scripts
Bug: skia: Change-Id: I36cb94877d513fc81c211b0e58b5c4be0451ac91 Reviewed-on: https://skia-review.googlesource.com/74601 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes/compile.py')
-rw-r--r--infra/bots/recipes/compile.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/infra/bots/recipes/compile.py b/infra/bots/recipes/compile.py
index d958ee881e..3c3ea87ce7 100644
--- a/infra/bots/recipes/compile.py
+++ b/infra/bots/recipes/compile.py
@@ -23,8 +23,6 @@ DEPS = [
def build_targets_from_builder_dict(builder_dict):
"""Return a list of targets to build, depending on the builder type."""
- if builder_dict.get('extra_config') == 'iOS':
- return ['iOSShell']
return ['most']