diff options
author | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-21 02:27:44 +0000 |
---|---|---|
committer | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-21 02:27:44 +0000 |
commit | 51e3e3d955329ae69b6ebea5c605baf1247c651c (patch) | |
tree | 130b37524dc44606b2c845d0bea211f9d928f5c3 /tools/licenses.py | |
parent | 5e248dc8b3db2bcc2141130d58bdfbb7e5a93749 (diff) | |
download | chromium_src-51e3e3d955329ae69b6ebea5c605baf1247c651c.zip chromium_src-51e3e3d955329ae69b6ebea5c605baf1247c651c.tar.gz chromium_src-51e3e3d955329ae69b6ebea5c605baf1247c651c.tar.bz2 |
Import pywebsocket as third_party/pywebsocket
BUG=137639
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10857052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152485 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-x | tools/licenses.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py index d5bd316..89791ecf 100755 --- a/tools/licenses.py +++ b/tools/licenses.py @@ -39,6 +39,7 @@ PRUNE_PATHS = set([ os.path.join('third_party','mingw-w64'), os.path.join('third_party','pefile'), os.path.join('third_party','python_26'), + os.path.join('third_party','pywebsocket'), # Stuff pulled in from chrome-internal for official builds/tools. os.path.join('third_party', 'clear_cache'), |