summaryrefslogtreecommitdiffstats
path: root/build/android/adb_blimp_command_line
Commit message (Collapse)AuthorAgeFilesLines
* Refactor adb_*_command_line helpers bash->pythonagrieve2015-11-241-4/+2
| | | | | | | | | | | * Now targets all devices by default rather than failing * Allows --device flag to target a specific device BUG= Review URL: https://codereview.chromium.org/1469143002 Cr-Commit-Position: refs/heads/master@{#361343}
* Move ChromeCommandLineInitUtil to base/dtrainor2015-10-051-0/+19
- Make ChromeCommandLineInitUtil accessible to other folders than chrome/. - Pull out the command line file name to be passed as a parameter. BUG=526219 Review URL: https://codereview.chromium.org/1364143002 Cr-Commit-Position: refs/heads/master@{#352349}