| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index a57a2c01b4401b1bacb8dad25121ac874ed74bf1..264e7cfd8a8818998b19fbb8ca09f5ee4c99f5af 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -1643,7 +1643,7 @@ def _CheckForWindowsLineEndings(input_api, output_api):
|
| """Check source code and known ascii text files for Windows style line
|
| endings.
|
| """
|
| - known_text_files = r'.*\.(txt|html|htm|mhtml|py)$'
|
| + known_text_files = r'.*\.(txt|html|htm|mhtml|py|gyp|gypi|gn|isolate)$'
|
|
|
| file_inclusion_pattern = (
|
| known_text_files,
|
|
|