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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cros/bootstrap_deps
===================================================================
--- tools/cros/bootstrap_deps (revision 0)
+++ tools/cros/bootstrap_deps (revision 0)
@@ -0,0 +1,21 @@
+# 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 tools/perf. 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 tools/perf *outside* of a normal
+# Chrome checkout.
+
+deps = {
+ "src/tools/cros/":
+ "https://src.chromium.org/chrome/trunk/src/tools/cros/",
+ }
+
+# both gpu_tests and perf will pull in telemetry.
+deps_includes = {
+ "src/content/test/gpu/gpu_tests/bootstrap_deps":
+ "https://src.chromium.org/chrome/trunk/src/content/test/gpu/gpu_tests/bootstrap_deps",
+ "src/tools/perf/bootstrap_deps":
+ "https://src.chromium.org/chrome/trunk/src/tools/perf/bootstrap_deps",
+ }
« 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