| Index: trunk/src/tools/licenses.py
|
| ===================================================================
|
| --- trunk/src/tools/licenses.py (revision 277116)
|
| +++ trunk/src/tools/licenses.py (working copy)
|
| @@ -89,6 +89,9 @@
|
| os.path.join('sdch', 'open-vcdiff'),
|
| os.path.join('testing', 'gmock'),
|
| 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','icu','source','data','brkitr'),
|
| os.path.join('tools', 'grit'),
|
| os.path.join('tools', 'gyp'),
|
| os.path.join('tools', 'page_cycler', 'acid3'),
|
|
|