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

Unified 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: 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 | « no previous file | tools/cros/bootstrap_deps » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/bootstrap_deps
===================================================================
--- content/test/gpu/gpu_tests/bootstrap_deps (revision 252160)
+++ content/test/gpu/gpu_tests/bootstrap_deps (working copy)
@@ -12,12 +12,15 @@
"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/third_party/webgl_conformance":
- "https://src.chromium.org/chrome/trunk/deps/third_party/webgl/sdk/tests",
+ # 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":
+ "",
}
# gpu_tests depends on Telemetry, so pull in the Telemetry deps, too.
deps_includes = {
- "src/tools/telemetry/tools/bootstrap_deps":
- "https://src.chromium.org/chrome/trunk/src/tools/telemetry/tools/bootstrap_deps",
+ "src/tools/telemetry_tools/bootstrap_deps":
+ "https://src.chromium.org/chrome/trunk/src/tools/telemetry_tools/bootstrap_deps",
}
« 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