summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/licenses.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index fd57383..538159df 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -46,6 +46,12 @@ PRUNE_PATHS = set([
# Same module occurs in base/ and in net/, so skip one of them.
"net/third_party/nss",
+
+ # Same module occurs in chrome/ and in net/, so skip one of them.
+ "net/third_party/mozilla_security_manager",
+
+ # Same module occurs in both the top-level third_party and others.
+ "base/third_party/icu",
])
# Directories we don't scan through.