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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.json

Issue 2123063003: V8: Remove gyp-flag-comparison feature after MB switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 ], 165 ],
166 "env": { 166 "env": {
167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
168 }, 168 },
169 "name": "generate_build_files", 169 "name": "generate_build_files",
170 "stdout": "/path/to/tmp/", 170 "stdout": "/path/to/tmp/",
171 "~followup_annotations": [ 171 "~followup_annotations": [
172 "@@@STEP_LOG_LINE@stdout@some line@@@", 172 "@@@STEP_LOG_LINE@stdout@some line@@@",
173 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 173 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
174 "@@@STEP_LOG_LINE@stdout@moar@@@", 174 "@@@STEP_LOG_LINE@stdout@moar@@@",
175 "@@@STEP_LOG_END@stdout@@@", 175 "@@@STEP_LOG_END@stdout@@@"
176 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
177 "@@@STEP_LOG_LINE@diff@- clang: 1@@@",
178 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@",
179 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@",
180 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
181 "@@@STEP_LOG_END@diff@@@",
182 "@@@STEP_WARNINGS@@@"
183 ] 176 ]
184 }, 177 },
185 { 178 {
186 "cmd": [ 179 "cmd": [
187 "python", 180 "python",
188 "-u", 181 "-u",
189 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py", 182 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py",
190 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", 183 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
191 "/path/to/tmp/" 184 "/path/to/tmp/"
192 ], 185 ],
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 293 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
301 "@@@STEP_LOG_END@json.output (invalid)@@@" 294 "@@@STEP_LOG_END@json.output (invalid)@@@"
302 ] 295 ]
303 }, 296 },
304 { 297 {
305 "name": "$result", 298 "name": "$result",
306 "recipe_result": null, 299 "recipe_result": null,
307 "status_code": 0 300 "status_code": 0
308 } 301 }
309 ] 302 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698