diff options
author | borenet <borenet@chromium.org> | 2016-03-16 07:27:05 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-16 07:27:05 -0700 |
commit | 523fa2a332d9c621bb871337893270a2bde31ea1 (patch) | |
tree | 4efbb7f264c1da5d6df8cf6c492c8b780a47c7ab /infra/bots/skia_repo.isolate | |
parent | 8749cfa2ca92665648b657b8dfeee5a3236538c9 (diff) |
Fix compile on Windows swarming bot
BUG=skia:4763
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1791513002
Review URL: https://codereview.chromium.org/1791513002
Diffstat (limited to 'infra/bots/skia_repo.isolate')
-rw-r--r-- | infra/bots/skia_repo.isolate | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/bots/skia_repo.isolate b/infra/bots/skia_repo.isolate index 7410388b3f..f07a60b65a 100644 --- a/infra/bots/skia_repo.isolate +++ b/infra/bots/skia_repo.isolate @@ -1,7 +1,8 @@ { 'variables': { 'files': [ - '../../', + '../../../.gclient', + '../../../skia/', ], }, } |