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 = [{'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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 ] | 49 ] |
50 }, | 50 }, |
51 { | 51 { |
52 "cmd": [ | 52 "cmd": [ |
53 "python", | 53 "python", |
54 "-u", | 54 "-u", |
55 "[DEPOT_TOOLS]/gclient.py", | 55 "[DEPOT_TOOLS]/gclient.py", |
56 "runhooks" | 56 "runhooks" |
57 ], | 57 ], |
58 "env": { | 58 "env": { |
59 "GYP_DEFINES": "v8_target_arch=arm" | 59 "GYP_DEFINES": "target_arch=arm v8_target_arch=arm" |
60 }, | 60 }, |
61 "name": "gclient runhooks" | 61 "name": "gclient runhooks" |
62 }, | 62 }, |
63 { | 63 { |
64 "abort_on_failure": true, | 64 "abort_on_failure": true, |
65 "cmd": [ | 65 "cmd": [ |
66 "python", | 66 "python", |
67 "-u", | 67 "-u", |
68 "[BUILD]/scripts/slave/compile.py", | 68 "[BUILD]/scripts/slave/compile.py", |
69 "--target", | 69 "--target", |
70 "Debug", | 70 "Debug", |
71 "--build-dir", | 71 "--build-dir", |
72 "[SLAVE_BUILD]/v8", | 72 "[SLAVE_BUILD]/v8", |
73 "--src-dir", | 73 "--src-dir", |
74 "[SLAVE_BUILD]/v8", | 74 "[SLAVE_BUILD]/v8", |
75 "--build-tool", | 75 "--build-tool", |
76 "make", | 76 "make", |
77 "--", | 77 "--", |
78 "buildbot" | 78 "buildbot" |
79 ], | 79 ], |
80 "name": "compile" | 80 "name": "compile" |
81 } | 81 } |
82 ] | 82 ] |
OLD | NEW |