Chromium Code Reviews| Index: tools/checklicenses/checklicenses.py |
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
| index c8fa7026d1aa2e679b3e64931de4b9b4221b1cb6..179e810571e396c0caf436bf56c0dfecdcfe28e3 100755 |
| --- a/tools/checklicenses/checklicenses.py |
| +++ b/tools/checklicenses/checklicenses.py |
| @@ -493,7 +493,7 @@ def check_licenses(options, args): |
| # All files in the build output directory are generated one way or another. |
| # There's no need to check them. |
| - if filename.startswith('out/') or filename.startswith('sconsbuild/'): |
|
Lei Zhang
2013/10/09 18:59:14
Do bots still have a sconsbuild symlink? Can we ac
Nico
2013/10/09 19:22:25
If so, we can remove those symlinks, right?
|
| + if filename.startswith('out/'): |
| continue |
| # For now we're just interested in the license. |