Index: tools/licenses.py |
diff --git a/tools/licenses.py b/tools/licenses.py |
index 23a6acc2c80456bc7b71f136dd68de9ccdc58d50..ad6a14b4f909a58315d841016de15992fc7c0034 100755 |
--- a/tools/licenses.py |
+++ b/tools/licenses.py |
@@ -110,6 +110,7 @@ |
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'), |
@@ -141,7 +142,7 @@ |
"License": "BSD", |
"License File": "NOT_SHIPPED", |
}, |
- os.path.join('testing', 'third_party', 'googletest'): { |
+ os.path.join('testing', 'gtest'): { |
"Name": "gtest", |
"URL": "http://code.google.com/p/googletest", |
"License": "BSD", |