Port Skia recipe to normal Python scripts, move to Skia repo
authorborenet <borenet@google.com>
Thu, 18 Feb 2016 16:05:48 +0000 (08:05 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 18 Feb 2016 16:05:48 +0000 (08:05 -0800)
commitd9fa758292462c4200231f49286aa97750f5e689
treea8c8b7cd785c4254d522f3b2900af92fe1147e9c
parente1fce93f36d7b73df9942135dc5a342b629e6b3a
Port Skia recipe to normal Python scripts, move to Skia repo

BUG=skia:4763
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1703663002

Review URL: https://codereview.chromium.org/1703663002
18 files changed:
PRESUBMIT.py
infra/bots/README.md [new file with mode: 0644]
infra/bots/common.py [new file with mode: 0644]
infra/bots/compile_skia.isolate [new file with mode: 0644]
infra/bots/compile_skia.py [new file with mode: 0644]
infra/bots/flavor/__init__.py [new file with mode: 0644]
infra/bots/flavor/android_devices.py [new file with mode: 0644]
infra/bots/flavor/android_flavor.py [new file with mode: 0644]
infra/bots/flavor/chromeos_flavor.py [new file with mode: 0644]
infra/bots/flavor/cmake_flavor.py [new file with mode: 0644]
infra/bots/flavor/coverage_flavor.py [new file with mode: 0644]
infra/bots/flavor/default_flavor.py [new file with mode: 0644]
infra/bots/flavor/ios_flavor.py [new file with mode: 0644]
infra/bots/flavor/ssh_devices.py [new file with mode: 0644]
infra/bots/flavor/ssh_flavor.py [new file with mode: 0644]
infra/bots/flavor/valgrind_flavor.py [new file with mode: 0644]
infra/bots/flavor/xsan_flavor.py [new file with mode: 0644]
infra/bots/skia_repo.isolate [new file with mode: 0644]