diff options
author | ghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-28 01:59:37 +0000 |
---|---|---|
committer | ghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-28 01:59:37 +0000 |
commit | f914258c25bd8e68d61f59e9953663ac71d97339 (patch) | |
tree | c2f123c0d790144a738be785c1e14f66217948e1 /tools | |
parent | 1efb61d2ab2931e7e69bba1de91d666e7633c89a (diff) | |
download | chromium_src-f914258c25bd8e68d61f59e9953663ac71d97339.zip chromium_src-f914258c25bd8e68d61f59e9953663ac71d97339.tar.gz chromium_src-f914258c25bd8e68d61f59e9953663ac71d97339.tar.bz2 |
Rolls cacheinvalidation forward to @143. (The only C++ changes are the license fixes.)
Review URL: http://codereview.chromium.org/8037054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index ddd6805..e850058 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -200,9 +200,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'third_party/bzip2': [ 'UNKNOWN', ], - 'third_party/cacheinvalidation': [ - 'UNKNOWN', - ], 'third_party/cld/encodings/compact_lang_det': [ 'UNKNOWN', ], |