Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: infra/bots/win_toolchain.isolate

Issue 1782943002: Fixes for Win toolchain isolate (Closed) Base URL: https://skia.googlesource.com/skia.git@swarm_win_toolchain
Patch Set: Update toolchain hashes Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « infra/bots/isolate_win_toolchain.py ('k') | infra/bots/win_toolchain_hash.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'files': [ 3 'files': [
4 '<(CHROME_DIR)/build/find_depot_tools.py',
5 '<(CHROME_DIR)/build/vs_toolchain.py',
6 '<(CHROME_DIR)/build/win_toolchain.json',
7 '<(CHROME_DIR)/tools/gyp/pylib/',
8 '<(DEPOT_TOOLS_DIR)/gclient.py',
9 '<(DEPOT_TOOLS_DIR)/breakpad.py',
4 '<(WIN_TOOLCHAIN_DIR)/', 10 '<(WIN_TOOLCHAIN_DIR)/',
5 ], 11 ],
6 }, 12 },
7 } 13 }
OLDNEW
« no previous file with comments | « infra/bots/isolate_win_toolchain.py ('k') | infra/bots/win_toolchain_hash.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698