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

Unified Diff: content/test/gpu/gpu_tests/__init__.py

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 | « no previous file | content/test/gpu/gpu_tests/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/__init__.py
diff --git a/tools/perf/perf_tools/__init__.py b/content/test/gpu/gpu_tests/__init__.py
similarity index 75%
copy from tools/perf/perf_tools/__init__.py
copy to content/test/gpu/gpu_tests/__init__.py
index 910690709428b43b541becdf818659c65b0422eb..3b4df351fdb2b680fcfc75b209f1cd45b614f550 100644
--- a/tools/perf/perf_tools/__init__.py
+++ b/content/test/gpu/gpu_tests/__init__.py
@@ -6,8 +6,9 @@ import os
import sys
def Init():
- telemetry_path = os.path.join(os.path.dirname(__file__),
- '..', '..', 'telemetry')
+ telemetry_path = os.path.join(
+ os.path.dirname(__file__),
+ '..', '..', '..', '..', 'tools', 'telemetry')
absolute_telemetry_path = os.path.abspath(telemetry_path)
sys.path.append(absolute_telemetry_path)
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/bootstrap_deps » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698