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

Unified Diff: content/test/gpu/gpu_tests/bootstrap_deps

Issue 12252020: Add a telemetry-based gpu_tests folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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/__init__.py ('k') | content/test/gpu/gpu_tests/pixel_test.py » ('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
diff --git a/tools/perf/perf_lib/bootstrap_deps b/content/test/gpu/gpu_tests/bootstrap_deps
similarity index 66%
copy from tools/perf/perf_lib/bootstrap_deps
copy to content/test/gpu/gpu_tests/bootstrap_deps
index 3e435ab0df2da543b46e1c2e076ae187cb11fe53..c56d53b5ec83c23b50bcc7e9e540a750e67f6ea7 100644
--- a/tools/perf/perf_lib/bootstrap_deps
+++ b/content/test/gpu/gpu_tests/bootstrap_deps
@@ -8,13 +8,13 @@
# Chrome checkout.
deps = {
- "src/tools/perf/perf_tools":
- "https://src.chromium.org/chrome/trunk/src/tools/perf/perf_tools",
- "src/tools/perf/page_sets":
- "https://src.chromium.org/chrome/trunk/src/tools/perf/page_sets",
+ "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",
}
-# perf_tools depends on Telemetry, so pull in the Telemetry deps, too.
+# 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",
« no previous file with comments | « content/test/gpu/gpu_tests/__init__.py ('k') | content/test/gpu/gpu_tests/pixel_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698