aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/win_toolchain.isolate
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-03-11 04:54:42 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-11 04:54:42 -0800
commit2f56b1aba22ad79a5e63587e4bca3001ab7ab0ba (patch)
treece30ddb73a716cdc25ac2cc8c7f159d3168a8792 /infra/bots/win_toolchain.isolate
parent7fb4f8bd031eda87e1da9bc0f749968c0e872e6f (diff)
Fixes for Win toolchain isolate
Diffstat (limited to 'infra/bots/win_toolchain.isolate')
-rw-r--r--infra/bots/win_toolchain.isolate6
1 files changed, 6 insertions, 0 deletions
diff --git a/infra/bots/win_toolchain.isolate b/infra/bots/win_toolchain.isolate
index d9505bab27..a2c91db0bb 100644
--- a/infra/bots/win_toolchain.isolate
+++ b/infra/bots/win_toolchain.isolate
@@ -1,6 +1,12 @@
{
'variables': {
'files': [
+ '<(CHROME_DIR)/build/find_depot_tools.py',
+ '<(CHROME_DIR)/build/vs_toolchain.py',
+ '<(CHROME_DIR)/build/win_toolchain.json',
+ '<(CHROME_DIR)/tools/gyp/pylib/',
+ '<(DEPOT_TOOLS_DIR)/gclient.py',
+ '<(DEPOT_TOOLS_DIR)/breakpad.py',
'<(WIN_TOOLCHAIN_DIR)/',
],
},