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

Unified Diff: tools/licenses.py

Issue 3362015: Add more special cases to licenses.py for direct source code checkouts.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 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 58981)
+++ tools/licenses.py (working copy)
@@ -65,10 +65,22 @@
"Name": "OTS (OpenType Sanitizer)",
"URL": "http://code.google.com/p/ots/",
},
+ os.path.join('third_party', 'ppapi'): {
+ "Name": "ppapi",
+ "URL": "http://code.google.com/p/ppapi/",
+ },
+ os.path.join('third_party', 'protobuf2'): {
+ "Name": "protobuf",
scr 2010/09/10 21:45:29 Should this indicate that this is protobuf2 with a
Paweł Hajdan Jr. 2010/09/10 21:49:31 I don't think so. This licenses.py tool is just ye
+ "URL": "http://code.google.com/p/protobuf/",
+ },
os.path.join('third_party', 'pywebsocket'): {
"Name": "pywebsocket",
"URL": "http://code.google.com/p/pywebsocket/",
},
+ os.path.join('third_party', 'skia'): {
+ "Name": "skia",
+ "URL": "http://code.google.com/p/skia/",
+ },
os.path.join('third_party', 'WebKit'): {
"Name": "WebKit",
"URL": "http://webkit.org/",
« 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