Commit 9ea8fdbc authored by jochen's avatar jochen Committed by Commit bot

Remove presubmit exception for the test runner library

It should be all chromium style now.

BUG=324658
R=mkwst@chromium.org

Review URL: https://codereview.chromium.org/606563004

Cr-Commit-Position: refs/heads/master@{#296704}
parent 5831fb93
......@@ -28,10 +28,10 @@ _EXCLUDED_PATHS = (
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[\\\/].*",
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment