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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_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": "chromium_win_pch=0 component=static_library dont_embed_bui ld_metadata=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolatio n_mode=prepare use_goma=1", 118 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1",
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 "cmd": [ 124 "cmd": [
125 "python", 125 "python",
126 "-u", 126 "-u",
127 "[BUILD]\\scripts\\slave\\compile.py", 127 "[BUILD]\\scripts\\slave\\compile.py",
128 "--target", 128 "--target",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 }, 224 },
225 { 225 {
226 "cmd": [ 226 "cmd": [
227 "python", 227 "python",
228 "-u", 228 "-u",
229 "RECIPE_PACKAGE[depot_tools]\\gclient.py", 229 "RECIPE_PACKAGE[depot_tools]\\gclient.py",
230 "runhooks" 230 "runhooks"
231 ], 231 ],
232 "cwd": "[SLAVE_BUILD]", 232 "cwd": "[SLAVE_BUILD]",
233 "env": { 233 "env": {
234 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dont_embed_bui ld_metadata=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolatio n_mode=prepare use_goma=1", 234 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1",
235 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" 235 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]"
236 }, 236 },
237 "name": "gclient runhooks (2)" 237 "name": "gclient runhooks (2)"
238 }, 238 },
239 { 239 {
240 "cmd": [ 240 "cmd": [
241 "python", 241 "python",
242 "-u", 242 "-u",
243 "[BUILD]\\scripts\\slave\\compile.py", 243 "[BUILD]\\scripts\\slave\\compile.py",
244 "--target", 244 "--target",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 ], 348 ],
349 "cwd": "[SLAVE_BUILD]", 349 "cwd": "[SLAVE_BUILD]",
350 "name": "compare_build_artifacts" 350 "name": "compare_build_artifacts"
351 }, 351 },
352 { 352 {
353 "name": "$result", 353 "name": "$result",
354 "recipe_result": null, 354 "recipe_result": null,
355 "status_code": 0 355 "status_code": 0
356 } 356 }
357 ] 357 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698