| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 3c8babe97b7cfe731d40f19b32502222a9b15241..79de95ffa95303e779f89fe9b4100687620f6f05 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -444,20 +444,7 @@ def _CheckGNCheck(input_api, output_api):
|
| # TODO(eseidel): Currently only these are known to pass,
|
| # once everything passes we can just call 'gn check' once without a filter!
|
| KNOWN_PASSING = [
|
| - '//build/*',
|
| - '//mojo/application/*',
|
| - '//mojo/apps/*',
|
| - '//mojo/aura/*',
|
| - '//mojo/cc/*',
|
| - '//mojo/common/*',
|
| '//mojo/public/*',
|
| - '//mojo/spy/*',
|
| - '//mojo/tools/*',
|
| - '//mojo/views/*',
|
| - '//skia/*',
|
| - '//testing/*',
|
| - '//tools/*',
|
| - '//ui/*',
|
| ]
|
| if input_api.platform != 'win32':
|
| KNOWN_PASSING += [
|
|
|