| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux64 Debug (GN)", | 10 "Linux64 Debug (GN)", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 "name": "gclient runhooks" | 82 "name": "gclient runhooks" |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "[DEPOT_TOOLS]/gn.py", | 88 "[DEPOT_TOOLS]/gn.py", |
| 89 "--root=[SLAVE_BUILD]/src", | 89 "--root=[SLAVE_BUILD]/src", |
| 90 "gen", | 90 "gen", |
| 91 "//out/Debug", | 91 "//out/Debug", |
| 92 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/
goma\" build_with_chromium=false" | 92 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/
goma\"" |
| 93 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", | 94 "cwd": "[SLAVE_BUILD]", |
| 95 "name": "gn" | 95 "name": "gn" |
| 96 }, | 96 }, |
| 97 { | 97 { |
| 98 "cmd": [ | 98 "cmd": [ |
| 99 "python", | 99 "python", |
| 100 "-u", | 100 "-u", |
| 101 "[BUILD]/scripts/slave/compile.py", | 101 "[BUILD]/scripts/slave/compile.py", |
| 102 "--target", | 102 "--target", |
| 103 "Debug", | 103 "Debug", |
| 104 "--src-dir", | 104 "--src-dir", |
| 105 "[SLAVE_BUILD]/src", | 105 "[SLAVE_BUILD]/src", |
| 106 "--build-tool", | 106 "--build-tool", |
| 107 "ninja", | 107 "ninja", |
| 108 "--compiler", | 108 "--compiler", |
| 109 "goma", | 109 "goma", |
| 110 "--goma-dir", | 110 "--goma-dir", |
| 111 "[BUILD]/goma", | 111 "[BUILD]/goma", |
| 112 "--", | 112 "--", |
| 113 "all" | 113 "all" |
| 114 ], | 114 ], |
| 115 "cwd": "[SLAVE_BUILD]", | 115 "cwd": "[SLAVE_BUILD]", |
| 116 "name": "compile" | 116 "name": "compile" |
| 117 } | 117 } |
| 118 ] | 118 ] |
| OLD | NEW |