devtools -> dirac as of 9b75efc4a7135cc33a02fe450a0e1ee9f24d953a · binaryage/dirac@52dfa35
@@ -96,7 +96,7 @@ hooks = [
9696'--no_auth',
9797'--bucket', 'chromium-nodejs/12.14.1',
9898'-s', 'third_party/node/linux/node-linux-x64.tar.gz.sha1',
99- ],
99+ ],
100100 },
101101 {
102102'name': 'node_mac',
@@ -109,7 +109,7 @@ hooks = [
109109'--no_auth',
110110'--bucket', 'chromium-nodejs/12.14.1',
111111'-s', 'third_party/node/mac/node-darwin-x64.tar.gz.sha1',
112- ],
112+ ],
113113 },
114114 {
115115'name': 'node_win',
@@ -121,7 +121,7 @@ hooks = [
121121'--no_auth',
122122'--bucket', 'chromium-nodejs/12.14.1',
123123'-s', 'third_party/node/win/node.exe.sha1',
124- ],
124+ ],
125125 },
126126127127 {
@@ -130,9 +130,9 @@ hooks = [
130130'name': 'disable_depot_tools_selfupdate',
131131'pattern': '.',
132132'action': [
133- 'python',
134- 'third_party/depot_tools/update_depot_tools_toggle.py',
135- '--disable',
133+'python',
134+'third_party/depot_tools/update_depot_tools_toggle.py',
135+'--disable',
136136 ],
137137 },
138138@@ -147,7 +147,7 @@ hooks = [
147147'--no_auth',
148148'--bucket', 'chromium-clang-format',
149149'-s', 'buildtools/win/clang-format.exe.sha1',
150- ],
150+ ],
151151 },
152152 {
153153'name': 'clang_format_mac',
@@ -159,7 +159,7 @@ hooks = [
159159'--no_auth',
160160'--bucket', 'chromium-clang-format',
161161'-s', 'buildtools/mac/clang-format.sha1',
162- ],
162+ ],
163163 },
164164 {
165165'name': 'clang_format_linux',
@@ -171,46 +171,46 @@ hooks = [
171171'--no_auth',
172172'--bucket', 'chromium-clang-format',
173173'-s', 'buildtools/linux64/clang-format.sha1',
174- ],
174+ ],
175175 },
176176177177# Pull chromium from common storage
178- {
179-'name': 'download_chromium_win',
180-'pattern': '.',
181-'condition': 'host_os == "win"',
182-'action': [ 'python',
183-'scripts/deps/download_chromium.py',
184-'https://commondatastorage.googleapis.com/chromium-browser-snapshots/Win_x64/' + Var('chromium_win') + '/chrome-win.zip',
185-'third_party/chrome',
186-'chrome-win/chrome.exe',
187-Var('chromium_win'),
188- ],
189- },
190- {
191-'name': 'download_chromium_mac',
192-'pattern': '.',
193-'condition': 'host_os == "mac"',
194-'action': [ 'python',
195-'scripts/deps/download_chromium.py',
196-'https://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac/' + Var('chromium_mac') + '/chrome-mac.zip',
197-'third_party/chrome',
198-'chrome-mac/Chromium.app/Contents',
199-Var('chromium_mac'),
200- ],
201- },
202- {
203-'name': 'download_chromium_linux',
204-'pattern': '.',
205-'condition': 'host_os == "linux"',
206-'action': [ 'python',
207-'scripts/deps/download_chromium.py',
208-'https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/' + Var('chromium_linux') + '/chrome-linux.zip',
209-'third_party/chrome',
210-'chrome-linux/chrome',
211-Var('chromium_linux'),
212- ],
213- },
178+# {
179+# 'name': 'download_chromium_win',
180+# 'pattern': '.',
181+# 'condition': 'host_os == "win"',
182+# 'action': [ 'python',
183+# 'scripts/deps/download_chromium.py',
184+# 'https://commondatastorage.googleapis.com/chromium-browser-snapshots/Win_x64/' + Var('chromium_win') + '/chrome-win.zip',
185+# 'third_party/chrome',
186+# 'chrome-win/chrome.exe',
187+# Var('chromium_win'),
188+# ],
189+# },
190+# {
191+# 'name': 'download_chromium_mac',
192+# 'pattern': '.',
193+# 'condition': 'host_os == "mac"',
194+# 'action': [ 'python',
195+# 'scripts/deps/download_chromium.py',
196+# 'https://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac/' + Var('chromium_mac') + '/chrome-mac.zip',
197+# 'third_party/chrome',
198+# 'chrome-mac/Chromium.app/Contents',
199+# Var('chromium_mac'),
200+# ],
201+# },
202+# {
203+# 'name': 'download_chromium_linux',
204+# 'pattern': '.',
205+# 'condition': 'host_os == "linux"',
206+# 'action': [ 'python',
207+# 'scripts/deps/download_chromium.py',
208+# 'https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/' + Var('chromium_linux') + '/chrome-linux.zip',
209+# 'third_party/chrome',
210+# 'chrome-linux/chrome',
211+# Var('chromium_linux'),
212+# ],
213+# },
214214 {
215215'name': 'sysroot_x64',
216216'pattern': '.',