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

Unified Diff: tools/licenses.py

Issue 1938893003: [Mac] Remove pdfsqueeze. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mac-pdfs-2
Patch Set: Created 4 years, 8 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
« build/temp_gyp/README.chromium ('K') | « chrome/chrome_dll_bundle.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/licenses.py
diff --git a/tools/licenses.py b/tools/licenses.py
index 9a6602b855a83392b37fc103fde1fcb33b0b0905..6aa766691e2762ecfbc695ba00f00a87d8886309 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -166,12 +166,6 @@ SPECIAL_CASES = {
"URL": "http://code.google.com/p/pdfium/",
"License": "BSD",
},
- os.path.join('third_party', 'pdfsqueeze'): {
- "Name": "pdfsqueeze",
- "URL": "http://code.google.com/p/pdfsqueeze/",
- "License": "Apache 2.0",
- "License File": "COPYING",
- },
os.path.join('third_party', 'ppapi'): {
"Name": "ppapi",
"URL": "http://code.google.com/p/ppapi/",
@@ -298,7 +292,6 @@ KNOWN_NON_IOS_LIBRARIES = set([
os.path.join('third_party', 'mozilla'),
os.path.join('third_party', 'npapi'),
os.path.join('third_party', 'ots'),
- os.path.join('third_party', 'pdfsqueeze'),
os.path.join('third_party', 'ppapi'),
os.path.join('third_party', 'qcms'),
os.path.join('third_party', 're2'),
« build/temp_gyp/README.chromium ('K') | « chrome/chrome_dll_bundle.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698