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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___vtunejit.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 Linux - vtunejit", 10 "V8 Linux - vtunejit",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 ], 157 ],
158 "env": { 158 "env": {
159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
160 }, 160 },
161 "name": "generate_build_files", 161 "name": "generate_build_files",
162 "stdout": "/path/to/tmp/", 162 "stdout": "/path/to/tmp/",
163 "~followup_annotations": [ 163 "~followup_annotations": [
164 "@@@STEP_LOG_LINE@stdout@some line@@@", 164 "@@@STEP_LOG_LINE@stdout@some line@@@",
165 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 165 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
166 "@@@STEP_LOG_LINE@stdout@moar@@@", 166 "@@@STEP_LOG_LINE@stdout@moar@@@",
167 "@@@STEP_LOG_END@stdout@@@", 167 "@@@STEP_LOG_END@stdout@@@"
168 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]/cipd/goma'@@@",
169 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
170 "@@@STEP_LOG_LINE@diff@- target_arch: ia32@@@",
171 "@@@STEP_LOG_LINE@diff@? ^^^^@@@",
172 "@@@STEP_LOG_LINE@diff@+ target_arch: x64@@@",
173 "@@@STEP_LOG_LINE@diff@? ^^^@@@",
174 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
175 "@@@STEP_LOG_LINE@diff@- v8_enable_slow_dchecks: 1@@@",
176 "@@@STEP_LOG_LINE@diff@- v8_enable_vtunejit: 1@@@",
177 "@@@STEP_LOG_LINE@diff@- v8_optimized_debug: 1@@@",
178 "@@@STEP_LOG_END@diff@@@",
179 "@@@STEP_WARNINGS@@@"
180 ] 168 ]
181 }, 169 },
182 { 170 {
183 "cmd": [ 171 "cmd": [
184 "python", 172 "python",
185 "-u", 173 "-u",
186 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", 174 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
187 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", 175 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
188 "/path/to/tmp/" 176 "/path/to/tmp/"
189 ], 177 ],
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 263 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
276 "@@@STEP_LOG_END@json.output (invalid)@@@" 264 "@@@STEP_LOG_END@json.output (invalid)@@@"
277 ] 265 ]
278 }, 266 },
279 { 267 {
280 "name": "$result", 268 "name": "$result",
281 "recipe_result": null, 269 "recipe_result": null,
282 "status_code": 0 270 "status_code": 0
283 } 271 }
284 ] 272 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698