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

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

Issue 166483010: Add dedicated cros bootstrap_deps. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: fix path 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 | « no previous file | tools/cros/bootstrap_deps » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file specifies dependencies required to bootstrap perf_tools. It is in a 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, 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 7 # but it should only be used to bootstrap perf_tools *outside* of a normal
8 # Chrome checkout. 8 # Chrome checkout.
9 9
10 deps = { 10 deps = {
11 "src/content/test/gpu/gpu_tests": 11 "src/content/test/gpu/gpu_tests":
12 "https://src.chromium.org/chrome/trunk/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": 13 "src/content/test/gpu/page_sets":
14 "https://src.chromium.org/chrome/trunk/src/content/test/gpu/page_sets", 14 "https://src.chromium.org/chrome/trunk/src/content/test/gpu/page_sets",
15 "src/third_party/webgl_conformance": 15 "src/third_party/webgl/src/sdk/tests":
16 "https://src.chromium.org/chrome/trunk/deps/third_party/webgl/sdk/tests", 16 "https://src.chromium.org/chrome/trunk/src/third_party/webgl/src/sdk/tests",
Zhenyao Mo 2014/02/21 01:27:50 One question: this path doesn't actually exist, as
ilja 2014/02/21 01:47:58 Done.
17 } 17 }
18 18
19 # gpu_tests depends on Telemetry, so pull in the Telemetry deps, too. 19 # gpu_tests depends on Telemetry, so pull in the Telemetry deps, too.
20 deps_includes = { 20 deps_includes = {
21 "src/tools/telemetry/tools/bootstrap_deps": 21 "src/tools/telemetry_tools/bootstrap_deps":
22 "https://src.chromium.org/chrome/trunk/src/tools/telemetry/tools/bootstrap _deps", 22 "https://src.chromium.org/chrome/trunk/src/tools/telemetry_tools/bootstrap _deps",
23 } 23 }
OLDNEW
« no previous file with comments | « no previous file | tools/cros/bootstrap_deps » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698