Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Side by Side Diff: tools/cros/bootstrap_deps

Issue 166483010: Add dedicated cros bootstrap_deps. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Remove URL and add note Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/test/gpu/gpu_tests/bootstrap_deps ('k') | tools/perf/run_measurement » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # This file specifies dependencies required to bootstrap tools/perf. It is in a
6 # minimal version of the format used by other DEPS files that gclient can read,
7 # but it should only be used to bootstrap tools/perf *outside* of a normal
8 # Chrome checkout.
9
10 deps = {
11 "src/tools/cros/":
12 "https://src.chromium.org/chrome/trunk/src/tools/cros/",
13 }
14
15 # both gpu_tests and perf will pull in telemetry.
16 deps_includes = {
17 "src/content/test/gpu/gpu_tests/bootstrap_deps":
18 "https://src.chromium.org/chrome/trunk/src/content/test/gpu/gpu_tests/boot strap_deps",
19 "src/tools/perf/bootstrap_deps":
20 "https://src.chromium.org/chrome/trunk/src/tools/perf/bootstrap_deps",
21 }
OLDNEW
« no previous file with comments | « content/test/gpu/gpu_tests/bootstrap_deps ('k') | tools/perf/run_measurement » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698