| Index: tools/licenses.py
|
| diff --git a/tools/licenses.py b/tools/licenses.py
|
| index 7e3b3c5db7531bcf0a521bef9f8acaf4673b6063..6db989ff4e2518f3cd657f76553cf3dc9bbedfa5 100755
|
| --- a/tools/licenses.py
|
| +++ b/tools/licenses.py
|
| @@ -55,6 +55,7 @@ PRUNE_PATHS = set([
|
| os.path.join('third_party','qunit'),
|
| os.path.join('third_party','sinonjs'),
|
| os.path.join('third_party','syzygy'),
|
| + os.path.join('tools', 'profile_chrome', 'third_party'),
|
|
|
| # Chromium code in third_party.
|
| os.path.join('third_party','fuzzymatch'),
|
|
|