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

Unified Diff: tools/licenses.py

Issue 6266005: Filed bugs for open issues (mingw-w64 and pdfsqueeze) and updated... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/licenses.py
===================================================================
--- tools/licenses.py (revision 71570)
+++ tools/licenses.py (working copy)
@@ -63,8 +63,8 @@
# Used for development and test, not in the shipping product.
os.path.join('third_party','cygwin'),
os.path.join('third_party','lighttpd'),
- # ---- Check with NACL on this one... we're just pulling bin, not LICENSE
- # ---- in DEPS.
+ # Filed http://code.google.com/p/nativeclient/issues/detail?id=1323
+ # to get clarification about using mingw-w64 from NaCl in Chromium:
os.path.join('third_party','mingw-w64'),
os.path.join('third_party','pefile'),
os.path.join('third_party','python_26'),
@@ -125,6 +125,8 @@
"URL": "http://code.google.com/p/google-toolbox-for-mac/",
"License File": "COPYING",
},
+ # Filed issue pdfsqueeze:2 with dmaclach to get an honest LICESNE
+ # file in the pdfsqueeze repo.
# pdfsqueeze is Apache Licensed, reuse the same file from GTM:
os.path.join('third_party', 'pdfsqueeze'): {
"Name": "pdfsqueeze",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698