Chromium Code Reviews| 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/", |