Index: infra/bots/compile_skia.isolate |
diff --git a/infra/bots/compile_skia.isolate b/infra/bots/compile_skia.isolate |
index db0d579ccca2d387600fe7039fe678899effba6f..c29919938e26a1b7994fa88fc80e3b72a5193642 100644 |
--- a/infra/bots/compile_skia.isolate |
+++ b/infra/bots/compile_skia.isolate |
@@ -1,5 +1,7 @@ |
{ |
- 'includes': [ |
- 'skia_repo.isolate', |
- ], |
+ 'variables': { |
+ 'files': [ |
+ '../../../.gclient', |
borenet
2016/04/26 15:17:26
This is really just a placeholder, to ensure that
|
+ ], |
+ }, |
} |