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

Unified Diff: content/test/gpu/PRESUBMIT.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
Index: content/test/gpu/PRESUBMIT.py
diff --git a/content/test/gpu/PRESUBMIT.py b/content/test/gpu/PRESUBMIT.py
index 4d287f059c56f119d5efed6cff01b764a03cb637..90a632aee62e8a17af82f7781a5807ea6d0714eb 100644
--- a/content/test/gpu/PRESUBMIT.py
+++ b/content/test/gpu/PRESUBMIT.py
@@ -19,7 +19,7 @@ def _GetPathsToPrepend(input_api):
input_api.os_path.join(chromium_src_dir,
'third_party', 'catapult', 'telemetry'),
input_api.os_path.join(chromium_src_dir,
- 'third_party', 'catapult', 'catapult_base'),
+ 'third_party', 'catapult', 'common', 'py_utils'),
]
def _GpuUnittestsArePassingCheck(input_api, output_api):

Powered by Google App Engine
This is Rietveld 408576698