diff options
Diffstat (limited to 'third_party/PRESUBMIT.py')
-rw-r--r-- | third_party/PRESUBMIT.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/PRESUBMIT.py b/third_party/PRESUBMIT.py index 662168d1..e7b8dd3 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"): |