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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64.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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 ], 186 ],
187 "env": { 187 "env": {
188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
189 }, 189 },
190 "name": "generate_build_files", 190 "name": "generate_build_files",
191 "stdout": "/path/to/tmp/", 191 "stdout": "/path/to/tmp/",
192 "~followup_annotations": [ 192 "~followup_annotations": [
193 "@@@STEP_LOG_LINE@stdout@some line@@@", 193 "@@@STEP_LOG_LINE@stdout@some line@@@",
194 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 194 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
195 "@@@STEP_LOG_LINE@stdout@moar@@@", 195 "@@@STEP_LOG_LINE@stdout@moar@@@",
196 "@@@STEP_LOG_END@stdout@@@", 196 "@@@STEP_LOG_END@stdout@@@"
197 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
198 "@@@STEP_LOG_LINE@diff@- chromium_win_pch: 0@@@",
199 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@",
200 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@",
201 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@",
202 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@",
203 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
204 "@@@STEP_LOG_END@diff@@@",
205 "@@@STEP_WARNINGS@@@"
206 ] 197 ]
207 }, 198 },
208 { 199 {
209 "cmd": [ 200 "cmd": [
210 "python", 201 "python",
211 "-u", 202 "-u",
212 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py", 203 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py",
213 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", 204 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
214 "/path/to/tmp/" 205 "/path/to/tmp/"
215 ], 206 ],
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 995 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1005 "@@@STEP_LOG_END@durations@@@" 996 "@@@STEP_LOG_END@durations@@@"
1006 ] 997 ]
1007 }, 998 },
1008 { 999 {
1009 "name": "$result", 1000 "name": "$result",
1010 "recipe_result": null, 1001 "recipe_result": null,
1011 "status_code": 0 1002 "status_code": 0
1012 } 1003 }
1013 ] 1004 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698