Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "Path('RECIPE_PACKAGE_REPO[depot_tools]', 'download_from_google_storage.py ')" | |
| 5 ], | |
| 6 "name": "download_from_google_storage" | |
| 7 }, | |
| 8 { | |
| 9 "cmd": [ | |
| 10 "Path('RECIPE_PACKAGE_REPO[depot_tools]', 'cros')" | |
|
iannucci
2016/05/12 00:25:52
hm... did this change? I'd expect for these to be
martiniss
2016/05/13 19:23:56
This was wrong, I fixed; see new patch for comment
| |
| 11 ], | |
| 12 "name": "cros" | |
| 13 }, | |
| 14 { | |
| 15 "cmd": [ | |
| 16 "Path('RECIPE_PACKAGE_REPO[depot_tools]', 'gn.py')" | |
| 17 ], | |
| 18 "name": "gn_py_path" | |
| 19 }, | |
| 20 { | |
| 21 "cmd": [ | |
| 22 "Path('RECIPE_PACKAGE_REPO[depot_tools]', 'gsutil.py')" | |
| 23 ], | |
| 24 "name": "gsutil_py_path" | |
| 25 }, | |
| 26 { | |
| 27 "cmd": [ | |
| 28 "Path('RECIPE_PACKAGE_REPO[depot_tools]', 'ninja')" | |
| 29 ], | |
| 30 "name": "ninja_path" | |
| 31 }, | |
| 32 { | |
| 33 "name": "$result", | |
| 34 "recipe_result": null, | |
| 35 "status_code": 0 | |
| 36 } | |
| 37 ] | |
| OLD | NEW |