| Index: mojo/PRESUBMIT.py
|
| diff --git a/mojo/PRESUBMIT.py b/mojo/PRESUBMIT.py
|
| index e770e481449ff3ced9de1e60c78e1e4f15de8c2c..0a6429502b4f9b1cf9d4569b1b06d94f8dac689a 100644
|
| --- a/mojo/PRESUBMIT.py
|
| +++ b/mojo/PRESUBMIT.py
|
| @@ -193,6 +193,8 @@ def _CheckSourceSetsAreOfCorrectType(input_api, output_api, package):
|
|
|
| problems = []
|
| for f in _AffectedBuildFilesWithinPackage(input_api, package):
|
| + if f.LocalPath() == "mojo/public/tools/bindings/mojom.gni":
|
| + continue
|
| for line_num, line in f.ChangedContents():
|
| m = re.search(r"[a-z_]*source_set\(", line)
|
| if not m:
|
|
|