| Index: tools/licenses.py
|
| diff --git a/tools/licenses.py b/tools/licenses.py
|
| index ad6a14b4f909a58315d841016de15992fc7c0034..23a6acc2c80456bc7b71f136dd68de9ccdc58d50 100755
|
| --- a/tools/licenses.py
|
| +++ b/tools/licenses.py
|
| @@ -110,7 +110,6 @@ ADDITIONAL_PATHS = (
|
| os.path.join('net', 'tools', 'spdyshark'),
|
| os.path.join('sdch', 'open-vcdiff'),
|
| os.path.join('testing', 'gmock'),
|
| - os.path.join('testing', 'gtest'),
|
| os.path.join('tools', 'gyp'),
|
| os.path.join('tools', 'page_cycler', 'acid3'),
|
| os.path.join('url', 'third_party', 'mozilla'),
|
| @@ -142,7 +141,7 @@ SPECIAL_CASES = {
|
| "License": "BSD",
|
| "License File": "NOT_SHIPPED",
|
| },
|
| - os.path.join('testing', 'gtest'): {
|
| + os.path.join('testing', 'third_party', 'googletest'): {
|
| "Name": "gtest",
|
| "URL": "http://code.google.com/p/googletest",
|
| "License": "BSD",
|
|
|