| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]\ntarget_os = ['ios', 'mac']" | 9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]\ntarget_os = ['ios', 'mac']" |
| 10 ], | 10 ], |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "cmd": [ | 75 "cmd": [ |
| 76 "python", | 76 "python", |
| 77 "-u", | 77 "-u", |
| 78 "[DEPOT_TOOLS]/gclient.py", | 78 "[DEPOT_TOOLS]/gclient.py", |
| 79 "runhooks" | 79 "runhooks" |
| 80 ], | 80 ], |
| 81 "env": { | 81 "env": { |
| 82 "GYP_CROSSCOMPILE": "1", | 82 "GYP_CROSSCOMPILE": "1", |
| 83 "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='' target_arch=armv7 use_goma=1", | 83 "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=armv7 use_goma=1", |
| 84 "GYP_GENERATORS": "ninja" | 84 "GYP_GENERATORS": "ninja" |
| 85 }, | 85 }, |
| 86 "name": "gclient runhooks" | 86 "name": "gclient runhooks" |
| 87 }, | 87 }, |
| 88 { | 88 { |
| 89 "cmd": [ | 89 "cmd": [ |
| 90 "python", | 90 "python", |
| 91 "-u", | 91 "-u", |
| 92 "[BUILD]/scripts/slave/compile.py", | 92 "[BUILD]/scripts/slave/compile.py", |
| 93 "--target", | 93 "--target", |
| 94 "Release-iphoneos", | 94 "Release-iphoneos", |
| 95 "--src-dir", | 95 "--src-dir", |
| 96 "[SLAVE_BUILD]/src", | 96 "[SLAVE_BUILD]/src", |
| 97 "--build-tool", | 97 "--build-tool", |
| 98 "ninja", | 98 "ninja", |
| 99 "--compiler", | 99 "--compiler", |
| 100 "goma-clang", | 100 "goma-clang", |
| 101 "--goma-dir", | 101 "--goma-dir", |
| 102 "[BUILD]/goma", | 102 "[BUILD]/goma", |
| 103 "--", | 103 "--", |
| 104 "All" | 104 "All" |
| 105 ], | 105 ], |
| 106 "name": "compile" | 106 "name": "compile" |
| 107 } | 107 } |
| 108 ] | 108 ] |
| OLD | NEW |