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

Unified Diff: tools/licenses.py

Issue 300363002: Add QUnit to the third party directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating licenses.py Created 6 years, 7 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/qunit/src/qunit.js ('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 cf39c827bd9beb70d1fd79b9cdcc805ed4e0267e..15a01126dfc2b67794792f3c02176b7d0574d21c 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -50,6 +50,7 @@ PRUNE_PATHS = set([
os.path.join('third_party','psyco_win32'),
os.path.join('third_party','pylib'),
os.path.join('third_party','pywebsocket'),
+ os.path.join('third_party','qunit'),
os.path.join('third_party','syzygy'),
os.path.join('tools','gn'),
« no previous file with comments | « third_party/qunit/src/qunit.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698