Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1830)

Unified Diff: tools/licenses.py

Issue 1803004: licenses: don't double-include NSS (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/about_credits.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/resources/about_credits.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698