Chromium Code Reviews| Index: tools/licenses.py |
| diff --git a/tools/licenses.py b/tools/licenses.py |
| index 7040c5b8adda2590d006597094cb814e11ea300f..f991128ab2f114a2309e58412686aebd8900a52f 100755 |
| --- a/tools/licenses.py |
| +++ b/tools/licenses.py |
| @@ -43,6 +43,8 @@ PRUNE_PATHS = set([ |
| # Two directories that are the same as those in base/third_party. |
| "v8/src/third_party/dtoa", |
| "v8/src/third_party/valgrind", |
| + # Same module occurs in base/ and in net/, so skip one of them. |
|
wtc
2010/04/27 20:58:31
Nit: add a blank line before this comment to follo
|
| + "net/third_party/nss", |
| ]) |
| # Directories we don't scan through. |