Commit 61aea8a0 authored by thestig@chromium.org's avatar thestig@chromium.org

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
parent 68760c1b
...@@ -260,6 +260,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { ...@@ -260,6 +260,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/ocmock/OCMock': [ # http://crbug.com/98454 'third_party/ocmock/OCMock': [ # http://crbug.com/98454
'UNKNOWN', 'UNKNOWN',
], ],
'third_party/pdfium': [ # http://crbug.com/374943
'UNKNOWN',
],
'third_party/ply/__init__.py': [ 'third_party/ply/__init__.py': [
'UNKNOWN', 'UNKNOWN',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment