Chromium Code Reviews| Index: third_party/WebKit/PRESUBMIT.py |
| diff --git a/third_party/WebKit/PRESUBMIT.py b/third_party/WebKit/PRESUBMIT.py |
| index 8cb201b493912b19ecbfae022d2c676cf10f0f09..fed225245184619fdb52e86b4db9746cbb280d18 100644 |
| --- a/third_party/WebKit/PRESUBMIT.py |
| +++ b/third_party/WebKit/PRESUBMIT.py |
| @@ -17,6 +17,8 @@ _EXCLUDED_PATHS = ( |
| # LayoutTests/imported is excluded because these files are automatically |
| # imported, so we do not have direct control over their content. |
| r'^third_party[\\\/]WebKit[\\\/]LayoutTests[\\\/]imported[\\\/].*', |
| + # Also created and imported via a script: |
| + r'^third_party[\\\/]WebKit[\\\/]Tools[\\\/]Scripts[\\\/]webkitpy[\\\/]thirdparty[\\\/]wpt[\\\/]wpt[\\\/].*', |
|
qyearsley
2017/01/17 19:08:29
There is one file in here (wpt/tools/html5lib/ihat
|
| ) |