diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/licenses.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py index 7040c5b..ca3c821 100755 --- a/tools/licenses.py +++ b/tools/licenses.py @@ -43,6 +43,9 @@ 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. + "net/third_party/nss", ]) # Directories we don't scan through. |