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

Unified Diff: content/test/gpu/PRESUBMIT.py

Issue 1644723002: Update presubmit in gpu tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/cloud_storage_test_base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/PRESUBMIT.py
diff --git a/content/test/gpu/PRESUBMIT.py b/content/test/gpu/PRESUBMIT.py
index c490089987a137648883151ff02918b327c45c6c..115cc14494e877c0df99fff9387d31b4850102c2 100644
--- a/content/test/gpu/PRESUBMIT.py
+++ b/content/test/gpu/PRESUBMIT.py
@@ -13,7 +13,10 @@ def _GetPathsToPrepend(input_api):
return [
input_api.os_path.join(current_dir, 'gpu_tests'),
input_api.os_path.join(chromium_src_dir, 'tools', 'perf'),
- input_api.os_path.join(chromium_src_dir, 'tools', 'telemetry'),
+ 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'),
]
def _WebGLTextExpectationsTests(input_api, output_api):
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/cloud_storage_test_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698