cr: Add support for run to LinuxChromeOS
commit776f903d83d221752ea562b681f86bfcc3bdb5e6
authortsergeant <tsergeant@chromium.org>
Thu, 26 Feb 2015 23:01:31 +0000 (26 15:01 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 26 Feb 2015 23:02:20 +0000 (26 23:02 +0000)
treef231f9d97b3691c295cfb647341b31131f8649c7
parent90497b7b350019991b383aa42ce60b621d48c833
cr: Add support for run to LinuxChromeOS

This allows LinuxChromeOS to use LinuxRunner and LinuxInstaller to
launch the ChromeOS binary. Also fixes minor issue with selecting a
runner from the command line.

BUG=NONE

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

Cr-Commit-Position: refs/heads/master@{#318337}
tools/cr/cr/actions/action.py
tools/cr/cr/actions/linuxchromeos.py [new file with mode: 0644]
tools/cr/cr/actions/runner.py
tools/cr/main.py