cr: Add 'gn' command
commit2f0ca38423d98b17acc765b6876d9d3769414064
authorskyostil <skyostil@chromium.org>
Fri, 17 Apr 2015 18:12:36 +0000 (17 11:12 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 17 Apr 2015 18:13:48 +0000 (17 18:13 +0000)
tree432ffee52cd96d724edeb487608af3de269fb3bb
parent550e1652df915047ed2442eb19002fc70d3582dd
cr: Add 'gn' command

The gn command lets you invoke gn without having to type the out directory manually, e.g.

$ cr gn args

instead of

$ gn args out_linux/Debug

Review URL: https://codereview.chromium.org/1092783006

Cr-Commit-Position: refs/heads/master@{#325678}
tools/cr/cr/commands/gn.py [new file with mode: 0644]