| Index: third_party/PRESUBMIT.py
|
| diff --git a/third_party/PRESUBMIT.py b/third_party/PRESUBMIT.py
|
| index 662168d1d6d00e203363ca7b0696b17fb07a6645..e7b8dd365f2c81dc8ebdea50679c01183603562b 100644
|
| --- a/third_party/PRESUBMIT.py
|
| +++ b/third_party/PRESUBMIT.py
|
| @@ -46,6 +46,8 @@ def _CheckThirdPartyReadmesUpdated(input_api, output_api):
|
| not local_path.startswith('third_party' + input_api.os_path.sep +
|
| 'WebKit' + input_api.os_path.sep) and
|
| not local_path.startswith('third_party' + input_api.os_path.sep +
|
| + 'mojo' + input_api.os_path.sep) and
|
| + not local_path.startswith('third_party' + input_api.os_path.sep +
|
| 'boringssl' + input_api.os_path.sep)):
|
| files.append(f)
|
| if local_path.endswith("README.chromium"):
|
|
|