summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-05 19:02:35 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-05 19:02:35 +0000
commit07c75d54ee035bcbad9ad9bfab7dbeae08afdb26 (patch)
treefac7be66c878fa5c44b3bce7d287d85feca4fbf7 /tools/licenses.py
parent36e1679f1d5e43690fe3a56e05a4e63e3e79430d (diff)
downloadchromium_src-07c75d54ee035bcbad9ad9bfab7dbeae08afdb26.zip
chromium_src-07c75d54ee035bcbad9ad9bfab7dbeae08afdb26.tar.gz
chromium_src-07c75d54ee035bcbad9ad9bfab7dbeae08afdb26.tar.bz2
Add lss to the list of special cases in tools/licenses.py.
BUG=57845 TEST=licenses.py stops complaining about third_party/lss. Review URL: http://codereview.chromium.org/3563007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-xtools/licenses.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index 0135855..fd57383 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -61,6 +61,10 @@ SPECIAL_CASES = {
"Name": "Almost Native Graphics Layer Engine",
"URL": "http://code.google.com/p/angleproject/",
},
+ os.path.join('third_party', 'lss'): {
+ "Name": "linux-syscall-support",
+ "URL": "http://code.google.com/p/lss/",
+ },
os.path.join('third_party', 'ots'): {
"Name": "OTS (OpenType Sanitizer)",
"URL": "http://code.google.com/p/ots/",