summaryrefslogtreecommitdiffstats
path: root/tools/telemetry_tools/bootstrap_deps
blob: 887e7ce72de9d84ee20ef876d7724996868364d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright (c) 2012 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 Telemetry. 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 Telemetry *outside* of a normal
# Chrome checkout.

deps = {
    "src/tools/telemetry":
      "https://src.chromium.org/chrome/trunk/src/tools/telemetry",
    "src/third_party/webpagereplay":
      "https://web-page-replay.googlecode.com/svn/trunk",
    "src/chrome/test/functional/webpagereplay.py":
      "https://src.chromium.org/chrome/trunk/src/chrome/test/functional/webpagereplay.py",
    "src/build/android":
      "https://src.chromium.org/chrome/trunk/src/build/android",
    "src/third_party/android_testrunner":
      "https://src.chromium.org/chrome/trunk/src/third_party/android_testrunner",
    "src/tools/crx_id":
      "https://src.chromium.org/chrome/trunk/src/tools/crx_id",
    "src/chrome/test/data/extensions/profiles":
      "https://src.chromium.org/chrome/trunk/src/chrome/test/data/extensions/profiles",
    }