| 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\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'v8', 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'v8', 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]" |
| 10 ], | 10 ], |
| (...skipping 30 matching lines...) Expand all Loading... |
| 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=arm" | 46 "GYP_DEFINES": "v8_target_arch=arm" |
| 47 }, | 47 }, |
| 48 "name": "gclient runhooks" | 48 "name": "gclient runhooks" |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 "abort_on_failure": true, |
| 51 "cmd": [ | 52 "cmd": [ |
| 52 "python", | 53 "python", |
| 53 "-u", | 54 "-u", |
| 54 "[BUILD_ROOT]/scripts/slave/compile.py", | 55 "[BUILD_ROOT]/scripts/slave/compile.py", |
| 55 "--target", | 56 "--target", |
| 56 "Debug", | 57 "Debug", |
| 57 "--build-dir", | 58 "--build-dir", |
| 58 "[SLAVE_BUILD_ROOT]/v8", | 59 "[SLAVE_BUILD_ROOT]/v8", |
| 59 "--src-dir", | 60 "--src-dir", |
| 60 "[SLAVE_BUILD_ROOT]/v8", | 61 "[SLAVE_BUILD_ROOT]/v8", |
| 61 "--build-tool", | 62 "--build-tool", |
| 62 "make", | 63 "make", |
| 63 "--", | 64 "--", |
| 64 "buildbot" | 65 "buildbot" |
| 65 ], | 66 ], |
| 66 "name": "compile" | 67 "name": "compile" |
| 67 } | 68 } |
| 68 ] | 69 ] |
| OLD | NEW |