Remove presubmit exception for the test runner library
It should be all chromium style now.
BUG=324658
[email protected]
Review URL: https://codereview.chromium.org/606563004
Cr-Commit-Position: refs/heads/master@{#296704}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 37237d9b..46dabb9 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -28,10 +28,10 @@
r"^chrome[\\\/]browser[\\\/]resources[\\\/]pdf[\\\/]index.js"
)
-# TestRunner and NetscapePlugIn library is temporarily excluded from pan-project
-# checks until it's transitioned to chromium coding style.
+# The NetscapePlugIn library is excluded from pan-project as it will soon
+# be deleted together with the rest of the NPAPI and it's not worthwhile to
+# update the coding style until then.
_TESTRUNNER_PATHS = (
- r"^content[\\\/]shell[\\\/]renderer[\\\/]test_runner[\\\/].*",
r"^content[\\\/]shell[\\\/]tools[\\\/]plugin[\\\/].*",
)