| 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': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" |
| 10 ], | 10 ], |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 "--format=%at", | 82 "--format=%at", |
| 83 "-s" | 83 "-s" |
| 84 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]/skia", | 85 "cwd": "[SLAVE_BUILD]/skia", |
| 86 "name": "git show", | 86 "name": "git show", |
| 87 "stdout": "/path/to/tmp/" | 87 "stdout": "/path/to/tmp/" |
| 88 }, | 88 }, |
| 89 { | 89 { |
| 90 "cmd": [ | 90 "cmd": [ |
| 91 "python", | 91 "python", |
| 92 "[BUILD]/scripts/slave/recipe_modules/skia/resources/run_binary_size_analy
sis.py", | 92 "RECIPE_MODULE[skia]/resources/run_binary_size_analysis.py", |
| 93 "--library", | 93 "--library", |
| 94 "[SLAVE_BUILD]/skia/out/Release/lib/libskia.so", | 94 "[SLAVE_BUILD]/skia/out/Release/lib/libskia.so", |
| 95 "--githash", | 95 "--githash", |
| 96 "164710", | 96 "164710", |
| 97 "--commit_ts", | 97 "--commit_ts", |
| 98 "1408633190", | 98 "1408633190", |
| 99 "--gsutil_path", | 99 "--gsutil_path", |
| 100 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", | 100 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", |
| 101 "--issue_number", | 101 "--issue_number", |
| 102 "500" | 102 "500" |
| 103 ], | 103 ], |
| 104 "cwd": "[SLAVE_BUILD]/skia", | 104 "cwd": "[SLAVE_BUILD]/skia", |
| 105 "name": "generate and upload binary size data" | 105 "name": "generate and upload binary size data" |
| 106 } | 106 } |
| 107 ] | 107 ] |
| OLD | NEW |