@@ -96,7 +96,7 @@ hooks = [
96
96
'--no_auth' ,
97
97
'--bucket' , 'chromium-nodejs/12.14.1' ,
98
98
'-s' , 'third_party/node/linux/node-linux-x64.tar.gz.sha1' ,
99
- ],
99
+ ],
100
100
},
101
101
{
102
102
'name' : 'node_mac' ,
@@ -109,7 +109,7 @@ hooks = [
109
109
'--no_auth' ,
110
110
'--bucket' , 'chromium-nodejs/12.14.1' ,
111
111
'-s' , 'third_party/node/mac/node-darwin-x64.tar.gz.sha1' ,
112
- ],
112
+ ],
113
113
},
114
114
{
115
115
'name' : 'node_win' ,
@@ -121,7 +121,7 @@ hooks = [
121
121
'--no_auth' ,
122
122
'--bucket' , 'chromium-nodejs/12.14.1' ,
123
123
'-s' , 'third_party/node/win/node.exe.sha1' ,
124
- ],
124
+ ],
125
125
},
126
126
127
127
{
@@ -130,9 +130,9 @@ hooks = [
130
130
'name' : 'disable_depot_tools_selfupdate' ,
131
131
'pattern' : '.' ,
132
132
'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' ,
136
136
],
137
137
},
138
138
@@ -147,7 +147,7 @@ hooks = [
147
147
'--no_auth' ,
148
148
'--bucket' , 'chromium-clang-format' ,
149
149
'-s' , 'buildtools/win/clang-format.exe.sha1' ,
150
- ],
150
+ ],
151
151
},
152
152
{
153
153
'name' : 'clang_format_mac' ,
@@ -159,7 +159,7 @@ hooks = [
159
159
'--no_auth' ,
160
160
'--bucket' , 'chromium-clang-format' ,
161
161
'-s' , 'buildtools/mac/clang-format.sha1' ,
162
- ],
162
+ ],
163
163
},
164
164
{
165
165
'name' : 'clang_format_linux' ,
@@ -171,46 +171,46 @@ hooks = [
171
171
'--no_auth' ,
172
172
'--bucket' , 'chromium-clang-format' ,
173
173
'-s' , 'buildtools/linux64/clang-format.sha1' ,
174
- ],
174
+ ],
175
175
},
176
176
177
177
# 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
+ # },
214
214
{
215
215
'name' : 'sysroot_x64' ,
216
216
'pattern' : '.' ,
0 commit comments