summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
authortoyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-21 02:27:44 +0000
committertoyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-21 02:27:44 +0000
commit51e3e3d955329ae69b6ebea5c605baf1247c651c (patch)
tree130b37524dc44606b2c845d0bea211f9d928f5c3 /tools/licenses.py
parent5e248dc8b3db2bcc2141130d58bdfbb7e5a93749 (diff)
downloadchromium_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-xtools/licenses.py1
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'),