| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac_x64_gn", | 10 "mac_compile_dbg", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_
file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome
-internal.googlesource.com/chrome/deps/webrtc-limited'}]", | 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_
file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome
-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_revision\"}", |
| 19 "--issue", | 19 "--issue", |
| 20 "666666", | 20 "666666", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 "cmd": [ | 70 "cmd": [ |
| 71 "python", | 71 "python", |
| 72 "-u", | 72 "-u", |
| 73 "[DEPOT_TOOLS]/gclient.py", | 73 "[DEPOT_TOOLS]/gclient.py", |
| 74 "runhooks" | 74 "runhooks" |
| 75 ], | 75 ], |
| 76 "cwd": "[SLAVE_BUILD]", | 76 "cwd": "[SLAVE_BUILD]", |
| 77 "env": { | 77 "env": { |
| 78 "GYP_CHROMIUM_NO_ACTION": "1", | 78 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' mac_sdk=10.9 target_arch=ia32 use_goma=1" |
| 79 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' mac_sdk=10.9 target_arch=x64 use_goma=1" | |
| 80 }, | 79 }, |
| 81 "name": "gclient runhooks" | 80 "name": "gclient runhooks" |
| 82 }, | 81 }, |
| 83 { | 82 { |
| 84 "cmd": [ | |
| 85 "python", | |
| 86 "-u", | |
| 87 "[DEPOT_TOOLS]/gn.py", | |
| 88 "--root=[SLAVE_BUILD]/src", | |
| 89 "gen", | |
| 90 "//out/Debug", | |
| 91 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/
goma\" build_with_chromium=false" | |
| 92 ], | |
| 93 "cwd": "[SLAVE_BUILD]", | |
| 94 "name": "gn" | |
| 95 }, | |
| 96 { | |
| 97 "allow_subannotations": true, | 83 "allow_subannotations": true, |
| 98 "cmd": [ | 84 "cmd": [ |
| 99 "python", | 85 "python", |
| 100 "-u", | 86 "-u", |
| 101 "[BUILD]/scripts/slave/clang_revision.py", | 87 "[BUILD]/scripts/slave/clang_revision.py", |
| 102 "--src-dir", | 88 "--src-dir", |
| 103 "[SLAVE_BUILD]/src", | 89 "[SLAVE_BUILD]/src", |
| 104 "--output-json", | 90 "--output-json", |
| 105 "/path/to/tmp/json" | 91 "/path/to/tmp/json" |
| 106 ], | 92 ], |
| (...skipping 17 matching lines...) Expand all Loading... |
| 124 "[SLAVE_BUILD]/src", | 110 "[SLAVE_BUILD]/src", |
| 125 "--build-tool", | 111 "--build-tool", |
| 126 "ninja", | 112 "ninja", |
| 127 "--compiler", | 113 "--compiler", |
| 128 "goma-clang", | 114 "goma-clang", |
| 129 "--goma-dir", | 115 "--goma-dir", |
| 130 "[BUILD]/goma", | 116 "[BUILD]/goma", |
| 131 "--goma-fail-fast", | 117 "--goma-fail-fast", |
| 132 "--goma-disable-local-fallback", | 118 "--goma-disable-local-fallback", |
| 133 "--", | 119 "--", |
| 134 "all" | 120 "All" |
| 135 ], | 121 ], |
| 136 "cwd": "[SLAVE_BUILD]", | 122 "cwd": "[SLAVE_BUILD]", |
| 137 "name": "compile" | 123 "name": "compile" |
| 138 } | 124 } |
| 139 ] | 125 ] |
| OLD | NEW |