| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS_ROOT]/gclient.py", | 6 "[DEPOT_TOOLS_ROOT]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\ndeps_os = {}\nhooks = []\nsolutions = [{'custom_deps':
{}, 'custom_vars': {}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'safe
sync_url': None, 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]\
ntarget_os = []\ntarget_os_only = False" | 9 "cache_dir = None\ndeps_os = {}\nhooks = []\nsolutions = [{'custom_deps':
{}, 'custom_vars': {}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'safe
sync_url': None, 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]\
ntarget_os = []\ntarget_os_only = False" |
| 10 ], | 10 ], |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 "name": "gclient sync" | 36 "name": "gclient sync" |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "cmd": [ | 39 "cmd": [ |
| 40 "python", | 40 "python", |
| 41 "-u", | 41 "-u", |
| 42 "[DEPOT_TOOLS_ROOT]/gclient.py", | 42 "[DEPOT_TOOLS_ROOT]/gclient.py", |
| 43 "runhooks" | 43 "runhooks" |
| 44 ], | 44 ], |
| 45 "env": { | 45 "env": { |
| 46 "GYP_DEFINES": "v8_target_arch=ia32", | 46 "GYP_DEFINES": "v8_target_arch=mips", |
| 47 "GYP_GENERATORS": "", | 47 "GYP_GENERATORS": "", |
| 48 "GYP_GENERATOR_FLAGS": "", | 48 "GYP_GENERATOR_FLAGS": "", |
| 49 "GYP_MSVS_VERSION": null | 49 "GYP_MSVS_VERSION": null |
| 50 }, | 50 }, |
| 51 "name": "gclient runhooks" | 51 "name": "gclient runhooks" |
| 52 }, | 52 }, |
| 53 { | 53 { |
| 54 "cmd": [ | 54 "cmd": [ |
| 55 "python", | 55 "python", |
| 56 "-u", | 56 "-u", |
| 57 "[BUILD_ROOT]/scripts/slave/compile.py", | 57 "[BUILD_ROOT]/scripts/slave/compile.py", |
| 58 "--target", | 58 "--target", |
| 59 "Debug", | 59 "Debug", |
| 60 "--build-dir", | 60 "--build-dir", |
| 61 "[SLAVE_BUILD_ROOT]/v8", | 61 "[SLAVE_BUILD_ROOT]/v8", |
| 62 "--src-dir", | 62 "--src-dir", |
| 63 "[SLAVE_BUILD_ROOT]/v8", | 63 "[SLAVE_BUILD_ROOT]/v8", |
| 64 "--build-tool", | 64 "--build-tool", |
| 65 "make", | 65 "make", |
| 66 "--", | 66 "--", |
| 67 "buildbot" | 67 "buildbot" |
| 68 ], | 68 ], |
| 69 "name": "compile" | 69 "name": "compile" |
| 70 } | 70 } |
| 71 ] | 71 ] |
| OLD | NEW |