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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 10920026: Move hash.h/cc from net/disk_cache to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: willchan, rvargas feedback Created 8 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 | « net/net.gyp ('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 5bfc6f1049a874711b856ac94b15ba576af182f6..57cb29c4d648cdccf0b6e9d0365b25f13651c15d 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -87,6 +87,9 @@ WHITELISTED_LICENSES = [
PATH_SPECIFIC_WHITELISTED_LICENSES = {
+ 'base/hash.cc': [ # http://crbug.com/98100
+ 'UNKNOWN',
+ ],
'base/third_party/icu': [ # http://crbug.com/98087
'UNKNOWN',
],
@@ -141,9 +144,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'GPL (v3 or later)',
],
- 'net/disk_cache/hash.cc': [ # http://crbug.com/98100
- 'UNKNOWN',
- ],
'net/tools/spdyshark': [
'GPL (v2 or later)',
'UNKNOWN',
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698