| 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 "ios_arm64_rel", | 10 "ios32_simulator", |
| 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'}]\ntarget_os = ['ios', 'm
ac']", | 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'}]\ntarget_os = ['ios', 'm
ac']", |
| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 }, | 65 }, |
| 66 { | 66 { |
| 67 "cmd": [ | 67 "cmd": [ |
| 68 "python", | 68 "python", |
| 69 "-u", | 69 "-u", |
| 70 "[DEPOT_TOOLS]/gclient.py", | 70 "[DEPOT_TOOLS]/gclient.py", |
| 71 "runhooks" | 71 "runhooks" |
| 72 ], | 72 ], |
| 73 "env": { | 73 "env": { |
| 74 "GYP_CROSSCOMPILE": "1", | 74 "GYP_CROSSCOMPILE": "1", |
| 75 "GYP_DEFINES": "OS=ios build_with_libjingle=1 chromium_ios_signing=0 clang
=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma
' key_id='' mac_sdk=10.9 target_arch=arm64 use_goma=1", | 75 "GYP_DEFINES": "OS=ios build_with_libjingle=1 chromium_ios_signing=0 clang
=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma
' key_id='' mac_sdk=10.9 target_arch=ia32 use_goma=1", |
| 76 "GYP_GENERATORS": "ninja" | 76 "GYP_GENERATORS": "ninja" |
| 77 }, | 77 }, |
| 78 "name": "gclient runhooks" | 78 "name": "gclient runhooks" |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "cmd": [ | 81 "cmd": [ |
| 82 "python", | 82 "python", |
| 83 "-u", | 83 "-u", |
| 84 "[BUILD]/scripts/slave/compile.py", | 84 "[BUILD]/scripts/slave/compile.py", |
| 85 "--target", | 85 "--target", |
| 86 "Release-iphoneos", | 86 "Debug-iphonesimulator", |
| 87 "--src-dir", | 87 "--src-dir", |
| 88 "[SLAVE_BUILD]/src", | 88 "[SLAVE_BUILD]/src", |
| 89 "--build-tool", | 89 "--build-tool", |
| 90 "ninja", | 90 "ninja", |
| 91 "--compiler", | 91 "--compiler", |
| 92 "goma-clang", | 92 "goma-clang", |
| 93 "--goma-dir", | 93 "--goma-dir", |
| 94 "[BUILD]/goma", | 94 "[BUILD]/goma", |
| 95 "--", | 95 "--", |
| 96 "All" | 96 "All" |
| 97 ], | 97 ], |
| 98 "name": "compile" | 98 "name": "compile" |
| 99 } | 99 } |
| 100 ] | 100 ] |
| OLD | NEW |