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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic.json

Issue 1681833002: Removes dont_embed_build_metadata in preparation for its removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 10 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup_temp" 9 "name": "cleanup_temp"
10 }, 10 },
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 }, 108 },
109 { 109 {
110 "cmd": [ 110 "cmd": [
111 "python", 111 "python",
112 "-u", 112 "-u",
113 "RECIPE_PACKAGE[depot_tools]\\gclient.py", 113 "RECIPE_PACKAGE[depot_tools]\\gclient.py",
114 "runhooks" 114 "runhooks"
115 ], 115 ],
116 "cwd": "[SLAVE_BUILD]", 116 "cwd": "[SLAVE_BUILD]",
117 "env": { 117 "env": {
118 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare", 118 "GYP_DEFINES": "clang=1 component=static_library fastbuild=1 target_arch=i a32 test_isolation_mode=prepare",
119 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" 119 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]"
120 }, 120 },
121 "name": "gclient runhooks" 121 "name": "gclient runhooks"
122 }, 122 },
123 { 123 {
124 "allow_subannotations": true, 124 "allow_subannotations": true,
125 "cmd": [ 125 "cmd": [
126 "python", 126 "python",
127 "-u", 127 "-u",
128 "[BUILD]\\scripts\\slave\\clang_revision.py", 128 "[BUILD]\\scripts\\slave\\clang_revision.py",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 }, 236 },
237 { 237 {
238 "cmd": [ 238 "cmd": [
239 "python", 239 "python",
240 "-u", 240 "-u",
241 "RECIPE_PACKAGE[depot_tools]\\gclient.py", 241 "RECIPE_PACKAGE[depot_tools]\\gclient.py",
242 "runhooks" 242 "runhooks"
243 ], 243 ],
244 "cwd": "[SLAVE_BUILD]", 244 "cwd": "[SLAVE_BUILD]",
245 "env": { 245 "env": {
246 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata =1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare", 246 "GYP_DEFINES": "clang=1 component=static_library fastbuild=1 target_arch=i a32 test_isolation_mode=prepare",
247 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" 247 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]"
248 }, 248 },
249 "name": "gclient runhooks (2)" 249 "name": "gclient runhooks (2)"
250 }, 250 },
251 { 251 {
252 "allow_subannotations": true, 252 "allow_subannotations": true,
253 "cmd": [ 253 "cmd": [
254 "python", 254 "python",
255 "-u", 255 "-u",
256 "[BUILD]\\scripts\\slave\\clang_revision.py", 256 "[BUILD]\\scripts\\slave\\clang_revision.py",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 ], 372 ],
373 "cwd": "[SLAVE_BUILD]", 373 "cwd": "[SLAVE_BUILD]",
374 "name": "compare_build_artifacts" 374 "name": "compare_build_artifacts"
375 }, 375 },
376 { 376 {
377 "name": "$result", 377 "name": "$result",
378 "recipe_result": null, 378 "recipe_result": null,
379 "status_code": 0 379 "status_code": 0
380 } 380 }
381 ] 381 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698