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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___cfi.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 - cfi", 10 "V8 Linux64 - cfi",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 ], 178 ],
179 "env": { 179 "env": {
180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
181 }, 181 },
182 "name": "generate_build_files", 182 "name": "generate_build_files",
183 "stdout": "/path/to/tmp/", 183 "stdout": "/path/to/tmp/",
184 "~followup_annotations": [ 184 "~followup_annotations": [
185 "@@@STEP_LOG_LINE@stdout@some line@@@", 185 "@@@STEP_LOG_LINE@stdout@some line@@@",
186 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 186 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
187 "@@@STEP_LOG_LINE@stdout@moar@@@", 187 "@@@STEP_LOG_LINE@stdout@moar@@@",
188 "@@@STEP_LOG_END@stdout@@@", 188 "@@@STEP_LOG_END@stdout@@@"
189 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
190 "@@@STEP_LOG_LINE@diff@- cfi_diag: 1@@@",
191 "@@@STEP_LOG_LINE@diff@- cfi_vptr: 1@@@",
192 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]/cipd/goma'@@@",
193 "@@@STEP_LOG_LINE@diff@- release_extra_cflags: '-O1 -fno-inline-functions -fno-inline'@@@",
194 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@",
195 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@",
196 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
197 "@@@STEP_LOG_END@diff@@@",
198 "@@@STEP_WARNINGS@@@"
199 ] 189 ]
200 }, 190 },
201 { 191 {
202 "cmd": [ 192 "cmd": [
203 "python", 193 "python",
204 "-u", 194 "-u",
205 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", 195 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
206 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", 196 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
207 "/path/to/tmp/" 197 "/path/to/tmp/"
208 ], 198 ],
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1268 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1279 "@@@STEP_LOG_END@durations@@@" 1269 "@@@STEP_LOG_END@durations@@@"
1280 ] 1270 ]
1281 }, 1271 },
1282 { 1272 {
1283 "name": "$result", 1273 "name": "$result",
1284 "recipe_result": null, 1274 "recipe_result": null,
1285 "status_code": 0 1275 "status_code": 0
1286 } 1276 }
1287 ] 1277 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698