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

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

Issue 2662863002: Add typ boilerplate to Telemetry-based GPU tests. (Closed)
Patch Set: Created 3 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
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 b9681e07041713507367479c0f73bf577010135e..70d1fcd1a0a0e60a96448bc1f377eeafb9a068ca 100644
--- a/content/test/gpu/gpu_tests/path_util.py
+++ b/content/test/gpu/gpu_tests/path_util.py
@@ -38,3 +38,8 @@ def SetupTelemetryPaths():
chromium_src_dir, 'third_party', 'catapult', 'common', 'py_utils')
if py_utils_path not in sys.path:
sys.path.append(py_utils_path)
+
+ pylint_path = os.path.join(
+ chromium_src_dir, 'third_party', 'pylint')
+ if pylint_path not in sys.path:
+ sys.path.append(pylint_path)
« no previous file with comments | « content/test/gpu/gpu_tests/maps_integration_test.py ('k') | content/test/gpu/gpu_tests/pixel_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698