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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/cros/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/bootstrap_deps
diff --git a/content/test/gpu/bootstrap_deps b/content/test/gpu/bootstrap_deps
deleted file mode 100644
index 9b4da51310d88cee004da6a8217ca91fcc3f6a8e..0000000000000000000000000000000000000000
--- a/content/test/gpu/bootstrap_deps
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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 perf_tools. 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 perf_tools *outside* of a normal
-# Chrome checkout.
-
-deps = {
- "src/content/test/gpu/gpu_tests":
- "https://src.chromium.org/chrome/trunk/src/content/test/gpu/gpu_tests",
- "src/content/test/gpu/page_sets":
- "https://src.chromium.org/chrome/trunk/src/content/test/gpu/page_sets",
- "src/content/test/data/gpu":
- "https://src.chromium.org/chrome/trunk/src/content/test/data/gpu",
- "src/content/test/data/media":
- "https://src.chromium.org/chrome/trunk/src/content/test/data/media",
- # TODO(ihf): Figure out a different way to specify this dependency. This
- # directory needs to be checked out with the instructions provided by
- # https://src.chromium.org/chrome/trunk/src/third_party/webgl/README.chromium
- "src/third_party/webgl/src/sdk/tests":
- "",
- "src/content/test/gpu/run_gpu_test.py":
- "https://src.chromium.org/chrome/trunk/src/content/test/gpu/run_gpu_test.py",
- "src/tools/telemetry":
- "https://src.chromium.org/chrome/trunk/src/tools/telemetry",
- "src/third_party/catapult":
- "https://src.chromium.org/chrome/trunk/src/third_party/catapult",
-}
« 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