summaryrefslogtreecommitdiffstats
path: root/tools/cros
diff options
context:
space:
mode:
authorihf@chromium.org <ihf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-21 09:47:44 +0000
committerihf@chromium.org <ihf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-21 09:47:44 +0000
commit48209017b42f9f862d7e56607a475b96274dca3c (patch)
tree278087ec3e31668643948d8b99da145c6aca4432 /tools/cros
parent4678ae5f82502379568e39cb2de605bc4cbd60dc (diff)
downloadchromium_src-48209017b42f9f862d7e56607a475b96274dca3c.zip
chromium_src-48209017b42f9f862d7e56607a475b96274dca3c.tar.gz
chromium_src-48209017b42f9f862d7e56607a475b96274dca3c.tar.bz2
Add dedicated cros bootstrap_deps.
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
Diffstat (limited to 'tools/cros')
-rw-r--r--tools/cros/bootstrap_deps21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/cros/bootstrap_deps b/tools/cros/bootstrap_deps
new file mode 100644
index 0000000..ae8169d
--- /dev/null
+++ b/tools/cros/bootstrap_deps
@@ -0,0 +1,21 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file specifies dependencies required to bootstrap tools/perf. It is in a
+# minimal version of the format used by other DEPS files that gclient can read,
+# but it should only be used to bootstrap tools/perf *outside* of a normal
+# Chrome checkout.
+
+deps = {
+ "src/tools/cros/":
+ "https://src.chromium.org/chrome/trunk/src/tools/cros/",
+ }
+
+# both gpu_tests and perf will pull in telemetry.
+deps_includes = {
+ "src/content/test/gpu/gpu_tests/bootstrap_deps":
+ "https://src.chromium.org/chrome/trunk/src/content/test/gpu/gpu_tests/bootstrap_deps",
+ "src/tools/perf/bootstrap_deps":
+ "https://src.chromium.org/chrome/trunk/src/tools/perf/bootstrap_deps",
+ }