summaryrefslogtreecommitdiffstats
path: root/tools/cros
Commit message (Collapse)AuthorAgeFilesLines
* Give tools/ a real OWNERS file.Nico Weber2015-11-121-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | See "[chromium-dev] Adding a real OWNERS file for tools/" https://groups.google.com/a/chromium.org/d/msg/chromium-dev/qYrZ2_Y-2dI/S0TsAnTDEQAJ This allows removing several `set noparent`s and makes it unnecessary to add more of those in other places (e.g. tools/grit, tools/clang, ...). The idea is that tools is still a good place to put your one-off scripts that you want to share with others and this shouldn't add any friction for adding More Stuff, so it's ok to TBR for new tools/ subfolders. But existing tools/ should be reviewed by the folks who wrote them (or you can say OWNERS=* in your subfolder). I added per-file OWNERS for most files that live directly in tools/, and an OWNERS file for grit now that it lives in src. Some tools/ subfolders currently lack OWNERS files, please add those as required. BUG=none R=dpranke@chromium.org Review URL: https://codereview.chromium.org/1437683006 . Cr-Commit-Position: refs/heads/master@{#359384}
* bootstrap deps for policyachuith2014-10-222-0/+12
| | | | | | | | | BUG=417684 TEST=manual Review URL: https://codereview.chromium.org/671803002 Cr-Commit-Position: refs/heads/master@{#300769}
* [telemetry] Move contents of tools/telemetry_tools to tools/telemetry/util/dtu@chromium.org2014-02-271-9/+9
| | | | | | | | | | | | | | - Remove bootstrap code from run_measurement. - Move all bootstrap_deps files to the top-level directory of their packages, where they should be! - Indent bootstrap_deps according to the Google Python style guide. BUG=None. TEST=tools/perf/run_measurement --print-bootstrap-deps-cros # Output doesn't change with this patch Review URL: https://codereview.chromium.org/180303005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253795 0039d316-1c4b-4281-b951-d872f2087c98
* Add dedicated cros bootstrap_deps.ihf@chromium.org2014-02-211-0/+21
This will allow autotest via chromeos-base/chromeos-chrome to bootstrap telemetry perf and gpu tests. Also fix gpu_tests/bootstrap_deps as currently the paths are wrong. BUG=chromium:341333 TEST=Ran "./run_measurement --print-bootstrap-deps-cros" and checked output. Review URL: https://codereview.chromium.org/166483010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252527 0039d316-1c4b-4281-b951-d872f2087c98