Home
last modified time | relevance | path

Searched refs:SKIA_REPO (Results 1 – 6 of 6) sorted by relevance

/external/skqp/infra/bots/
Dupdate_go_deps.py22 SKIA_REPO = 'https://skia.googlesource.com/skia.git' variable
26 with git_utils.NewGitCheckout(repository=SKIA_REPO):
Dupload_md.py16 SKIA_REPO = 'https://skia.googlesource.com/skia.git' variable
33 with git_utils.NewGitCheckout(repository=SKIA_REPO):
Dupload_skps.py24 SKIA_REPO = 'https://skia.googlesource.com/skia.git' variable
35 with git_utils.NewGitCheckout(repository=SKIA_REPO):
/external/skia/tools/
Dchrome_release_branch.py30 SKIA_REPO = 'https://skia.googlesource.com/skia.git' variable
52 with git_utils.NewGitCheckout(SKIA_REPO, local=_REPO_ROOT):
60 with git_utils.NewGitCheckout(SKIA_REPO, local=_REPO_ROOT):
/external/skia/infra/bots/
Dupload_skps.py35 with git_utils.NewGitCheckout(repository=utils.SKIA_REPO):
Dutils.py21 SKIA_REPO = 'https://skia.googlesource.com/skia.git' variable