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

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

Issue 2824053002: [tools/perf] Remove default values of benchmark_dirs and top_level_dir in chromium_config module (R… (Closed)
Patch Set: Fix referencess Created 3 years, 8 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 | « chrome/test/BUILD.gn ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/path_util.py
diff --git a/content/test/gpu/gpu_tests/path_util.py b/content/test/gpu/gpu_tests/path_util.py
index 70d1fcd1a0a0e60a96448bc1f377eeafb9a068ca..0713155dcd8f9feaacf4ce441eb93c81e0ec6c05 100644
--- a/content/test/gpu/gpu_tests/path_util.py
+++ b/content/test/gpu/gpu_tests/path_util.py
@@ -28,9 +28,9 @@ def SetupTelemetryPaths():
absolute_perf_path = os.path.abspath(perf_path)
sys.path.append(absolute_perf_path)
- from chrome_telemetry_build import chromium_config
+ from core import path_util
- telemetry_path = chromium_config.GetTelemetryDir()
+ telemetry_path = path_util.GetTelemetryDir()
if telemetry_path not in sys.path:
sys.path.append(telemetry_path)
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698