| [ | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "git" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "git", | 
 |       "init", | 
 |       "[START_DIR]/gn" | 
 |     ], | 
 |     "cwd": "[START_DIR]/gn", | 
 |     "name": "git.init", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "git", | 
 |       "fetch", | 
 |       "https://gn-review.googlesource.com/gn", | 
 |       "refs/changes/00/1000/1" | 
 |     ], | 
 |     "cwd": "[START_DIR]/gn", | 
 |     "name": "git.fetch", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "git", | 
 |       "cherry-pick", | 
 |       "FETCH_HEAD" | 
 |     ], | 
 |     "cwd": "[START_DIR]/gn", | 
 |     "name": "git.cherry-pick", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[START_DIR]/gn/tools/gn/bootstrap/bootstrap.py", | 
 |       "--no-rebuild" | 
 |     ], | 
 |     "name": "bootstrap" | 
 |   }, | 
 |   { | 
 |     "name": "$result", | 
 |     "recipe_result": null, | 
 |     "status_code": 0 | 
 |   } | 
 | ] |