Index: tools/licenses.py |
diff --git a/tools/licenses.py b/tools/licenses.py |
index a7f64b8390ee4cd3b1f70833abea10742b201680..e25140e79ee43f99926845835f9b74ccb2dcb5f2 100755 |
--- a/tools/licenses.py |
+++ b/tools/licenses.py |
@@ -85,6 +85,9 @@ PRUNE_PATHS = set([ |
# For testing only, presents on some bots. |
os.path.join('isolate_deps_dir'), |
+ |
+ # Overrides some WebRTC files, same license. Skip this one. |
+ os.path.join('third_party', 'webrtc_overrides'), |
]) |
# Directories we don't scan through. |