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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 800713005: Roll src/buildtools ea47835:451dcd0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update hash... Created 5 years, 11 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 | « DEPS ('k') | 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 88ea35d075bfa5b53d835e30fb8f0e4a38e5963d..b2de4633edabd4c5e5cfcaa6e80859dbf017eee6 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -112,6 +112,11 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
+ 'buildtools/third_party/libc++/trunk/test': [
+ # http://llvm.org/bugs/show_bug.cgi?id=18291
+ 'UNKNOWN',
+ ],
+
'chrome/common/extensions/docs/examples': [ # http://crbug.com/98092
'UNKNOWN',
],
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698