| Index: tools/licenses.py
|
| diff --git a/tools/licenses.py b/tools/licenses.py
|
| index ad6a14b4f909a58315d841016de15992fc7c0034..e2474935fd4282e684ac7181cc76c9990f70e76f 100755
|
| --- a/tools/licenses.py
|
| +++ b/tools/licenses.py
|
| @@ -51,6 +51,7 @@ PRUNE_PATHS = set([
|
| os.path.join('third_party','gnu_binutils'),
|
| os.path.join('third_party','gold'),
|
| os.path.join('third_party','gperf'),
|
| + os.path.join('third_party','gtest'),
|
| os.path.join('third_party','kasko'),
|
| os.path.join('third_party','lighttpd'),
|
| os.path.join('third_party','llvm'),
|
| @@ -109,8 +110,6 @@ ADDITIONAL_PATHS = (
|
| os.path.join('native_client'),
|
| 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'),
|
| @@ -136,18 +135,6 @@ SPECIAL_CASES = {
|
| "License": "Apache 2.0, MIT, GPL v2 and custom licenses",
|
| "License Android Compatible": "yes",
|
| },
|
| - os.path.join('testing', 'gmock'): {
|
| - "Name": "gmock",
|
| - "URL": "http://code.google.com/p/googlemock",
|
| - "License": "BSD",
|
| - "License File": "NOT_SHIPPED",
|
| - },
|
| - os.path.join('testing', 'gtest'): {
|
| - "Name": "gtest",
|
| - "URL": "http://code.google.com/p/googletest",
|
| - "License": "BSD",
|
| - "License File": "NOT_SHIPPED",
|
| - },
|
| os.path.join('third_party', 'angle'): {
|
| "Name": "Almost Native Graphics Layer Engine",
|
| "URL": "http://code.google.com/p/angleproject/",
|
|
|