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

Side by Side Diff: content/test/gpu/bootstrap_deps

Issue 2934353003: Remove bootstrap_deps.
Patch Set: Created 3 years, 6 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 | « no previous file | tools/cros/OWNERS » ('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 perf_tools. 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 perf_tools *outside* of a normal
8 # Chrome checkout.
9
10 deps = {
11 "src/content/test/gpu/gpu_tests":
12 "https://src.chromium.org/chrome/trunk/src/content/test/gpu/gpu_tests",
13 "src/content/test/gpu/page_sets":
14 "https://src.chromium.org/chrome/trunk/src/content/test/gpu/page_sets",
15 "src/content/test/data/gpu":
16 "https://src.chromium.org/chrome/trunk/src/content/test/data/gpu",
17 "src/content/test/data/media":
18 "https://src.chromium.org/chrome/trunk/src/content/test/data/media",
19 # TODO(ihf): Figure out a different way to specify this dependency. This
20 # directory needs to be checked out with the instructions provided by
21 # https://src.chromium.org/chrome/trunk/src/third_party/webgl/README.chromiu m
22 "src/third_party/webgl/src/sdk/tests":
23 "",
24 "src/content/test/gpu/run_gpu_test.py":
25 "https://src.chromium.org/chrome/trunk/src/content/test/gpu/run_gpu_test .py",
26 "src/tools/telemetry":
27 "https://src.chromium.org/chrome/trunk/src/tools/telemetry",
28 "src/third_party/catapult":
29 "https://src.chromium.org/chrome/trunk/src/third_party/catapult",
30 }
OLDNEW
« no previous file with comments | « no previous file | tools/cros/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698