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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 409913005: Don't check licenses in chrome/common/extensions/docs/server2/third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index ff8792da68401443710a836978ecb7bce7b715bc..daad8ebd857bc98dde20de074aabab36eaac9302 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -114,6 +114,12 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'chrome/common/extensions/docs/examples': [ # http://crbug.com/98092
'UNKNOWN',
],
+ # This contains files copied from elsewhere from the tree. Since the copied
+ # directories might have suppressions below (like simplejson), whitelist the
+ # whole directory. This is also not shipped code.
+ 'chrome/common/extensions/docs/server2/third_party': [
+ 'UNKNOWN',
+ ],
'courgette/third_party/bsdiff_create.cc': [ # http://crbug.com/98095
'UNKNOWN',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698