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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1272453003: [Courgette] Extract qsufsort module and add tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync. Created 5 years, 4 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 | « courgette/third_party/qsufsort_unittest.cc ('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 3f8a81a266bf195c709b553d1c66bb897fb59ef3..6cb4deab44b4b9477d6e4906c01c4584bd43b30f 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -129,6 +129,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'courgette/third_party/bsdiff_create.cc': [ # http://crbug.com/98095
'UNKNOWN',
],
+ 'courgette/third_party/qsufsort.h': [
Lei Zhang 2015/08/10 19:31:05 Care to also pile this in with http://crbug.com/98
huangs 2015/08/10 19:47:21 Done -- unless you mean to fix the bug?
+ 'UNKNOWN',
+ ],
'native_client': [ # http://crbug.com/98099
'UNKNOWN',
],
« no previous file with comments | « courgette/third_party/qsufsort_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698