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

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

Issue 1413883003: Add a presubmit script and pylintrc for content/test/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address kbr's comments Created 5 years, 2 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/gpu_test_expectations_unittest.py
diff --git a/content/test/gpu/gpu_tests/gpu_test_expectations_unittest.py b/content/test/gpu/gpu_tests/gpu_test_expectations_unittest.py
index 810c61dd4bb3b7424c6b2ea0bd344ab4944308f3..23bad2c94896a376666da251114d512acf339604 100644
--- a/content/test/gpu/gpu_tests/gpu_test_expectations_unittest.py
+++ b/content/test/gpu/gpu_tests/gpu_test_expectations_unittest.py
@@ -7,7 +7,7 @@ from telemetry.internal.platform import system_info
from telemetry.page import page as page_module
from telemetry.story import story_set
-import gpu_test_expectations
+from gpu_tests import gpu_test_expectations
VENDOR_NVIDIA = 0x10DE
VENDOR_AMD = 0x1002
« no previous file with comments | « content/test/gpu/gpu_tests/gpu_test_expectations.py ('k') | content/test/gpu/gpu_tests/hardware_accelerated_feature.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698