| Index: third_party/WebKit/PRESUBMIT.py
|
| diff --git a/third_party/WebKit/PRESUBMIT.py b/third_party/WebKit/PRESUBMIT.py
|
| index c385157250137e77a50f2f4711ed988f3c5acb39..335e0a3f2d9d365ce6e26a0133c5705470d4dff1 100644
|
| --- a/third_party/WebKit/PRESUBMIT.py
|
| +++ b/third_party/WebKit/PRESUBMIT.py
|
| @@ -13,7 +13,11 @@ import re
|
| import sys
|
|
|
|
|
| -_EXCLUDED_PATHS = ()
|
| +_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[\\\/].*',
|
| +)
|
|
|
|
|
| def _CheckForNonBlinkVariantMojomIncludes(input_api, output_api):
|
|
|