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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 2031193002: [Courgette] Refactor BSDiff namespaces and bsdiff::search() interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make license style uniform; remove checklicenses.py entries. Created 4 years, 6 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
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 1a67aed5abc6da92a4687e99d87a38859a4dd193..8458a3a1129c648aeb04bb6dd98339054b560b0d 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -145,12 +145,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'chrome/common/extensions/docs/server2/third_party': [
'UNKNOWN',
],
- 'courgette/third_party/bsdiff/bsdiff_create.cc': [ # http://crbug.com/98095
- 'UNKNOWN',
- ],
- 'courgette/third_party/bsdiff/qsufsort.h': [ # http://crbug.com/98095
- 'UNKNOWN',
- ],
'native_client': [ # http://crbug.com/98099
'UNKNOWN',
],
« courgette/third_party/bsdiff/bsdiff_search.h ('K') | « courgette/versioning_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698