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': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git
'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git
'}]" |
10 ], | 10 ], |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 "cmd": [ | 63 "cmd": [ |
64 "python", | 64 "python", |
65 "-u", | 65 "-u", |
66 "[SLAVE_BUILD]/crashpad/build/run_tests.py", | 66 "[SLAVE_BUILD]/crashpad/build/run_tests.py", |
67 "Debug" | 67 "Debug" |
68 ], | 68 ], |
69 "cwd": "[SLAVE_BUILD]", | 69 "cwd": "[SLAVE_BUILD]", |
70 "name": "run tests" | 70 "name": "run tests" |
71 } | 71 } |
72 ] | 72 ] |
OLD | NEW |