Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: tools/licenses.py

Issue 10857052: Import pywebsocket as third_party/pywebsocket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pywebsocket/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/licenses.py
diff --git a/tools/licenses.py b/tools/licenses.py
index c95d531e41609034e5584658ff1db07d9e4b528b..eee776e3d0a0bb57f9c499b99aea1e31805a0a7f 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'),
« no previous file with comments | « third_party/pywebsocket/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698