summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-19 21:50:17 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-19 21:50:17 +0000
commit61aea8a021e9fbc14d22b480b6995b72eab342f1 (patch)
treef0c5f835876b3d537a996b1f7a2f96dcede8a839 /tools
parent68760c1b9f3bb488988cb993843969861c43d478 (diff)
downloadchromium_src-61aea8a021e9fbc14d22b480b6995b72eab342f1.zip
chromium_src-61aea8a021e9fbc14d22b480b6995b72eab342f1.tar.gz
chromium_src-61aea8a021e9fbc14d22b480b6995b72eab342f1.tar.bz2
checklicenses: Add a suppression for third_party/pdfium.
Will try to resolve soon. BUG=374943 NOTRY=true TBR=jam@chromium.org Review URL: https://codereview.chromium.org/294773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271495 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checklicenses/checklicenses.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 49e662f..5277787 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -260,6 +260,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/ocmock/OCMock': [ # http://crbug.com/98454
'UNKNOWN',
],
+ 'third_party/pdfium': [ # http://crbug.com/374943
+ 'UNKNOWN',
+ ],
'third_party/ply/__init__.py': [
'UNKNOWN',
],