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

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

Issue 2300653002: [tools/perf] Update code to reference py_utils.cloud_storage (Closed)
Patch Set: update Created 4 years, 4 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/cloud_storage_test_base.py ('k') | content/test/gpu/gpu_tests/pixel.py » ('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 e178d76c164a6e8ab7436224d26ae01d508f038c..b9681e07041713507367479c0f73bf577010135e 100644
--- a/content/test/gpu/gpu_tests/path_util.py
+++ b/content/test/gpu/gpu_tests/path_util.py
@@ -34,7 +34,7 @@ def SetupTelemetryPaths():
if telemetry_path not in sys.path:
sys.path.append(telemetry_path)
- catapult_base_path = os.path.join(
- chromium_src_dir, 'third_party', 'catapult', 'catapult_base')
- if catapult_base_path not in sys.path:
- sys.path.append(catapult_base_path)
+ py_utils_path = os.path.join(
+ chromium_src_dir, 'third_party', 'catapult', 'common', 'py_utils')
+ if py_utils_path not in sys.path:
+ sys.path.append(py_utils_path)
« no previous file with comments | « content/test/gpu/gpu_tests/cloud_storage_test_base.py ('k') | content/test/gpu/gpu_tests/pixel.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698