Index: tools/licenses.py |
diff --git a/tools/licenses.py b/tools/licenses.py |
index e87a54d1682565088f01b458b7d5f7d18eda111c..892b06169a2edd72df48b38a504b570407936f19 100755 |
--- a/tools/licenses.py |
+++ b/tools/licenses.py |
@@ -90,6 +90,7 @@ ADDITIONAL_PATHS = ( |
os.path.join('testing', 'gtest'), |
# The directory with the word list for Chinese and Japanese segmentation |
# with different license terms than ICU. |
+ os.path.join('third_party', 'google_toolbox_for_mac', 'src'): { |
Mark Mentovai
2013/12/13 14:39:13
This line contains errors.
tfarina
2013/12/13 21:42:15
that is what I get for doing things while leaving
|
os.path.join('third_party','icu','source','data','brkitr'), |
os.path.join('tools', 'grit'), |
os.path.join('tools', 'gyp'), |
@@ -140,7 +141,7 @@ SPECIAL_CASES = { |
# Absolute path here is resolved as relative to the source root. |
"License File": "/LICENSE.chromium_os", |
}, |
- os.path.join('third_party', 'GTM'): { |
+ os.path.join('third_party', 'google_toolbox_for_mac', 'src'): { |
"Name": "Google Toolbox for Mac", |
"URL": "http://code.google.com/p/google-toolbox-for-mac/", |
"License": "Apache 2.0", |