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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 8041028: Re-enable check_licenses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 8ae2858c404db655938b58101072fc65e54836fd..7528e510c11e510240da8e387f81e182957e4fc7 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -253,6 +253,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/lcov/contrib/galaxy/genflat.pl': [
'GPL (v2 or later)',
],
+ 'third_party/lcov-1.9/contrib/galaxy/genflat.pl': [
+ 'GPL (v2 or later)',
+ ],
'third_party/leveldatabase/src/util/posix_logger.h': [
'UNKNOWN',
],
@@ -520,11 +523,6 @@ def main(options, args):
if '__main__' == __name__:
- # Script takes 6 minutes when it succeeds, and often times out after 10
- # minutes. Enable by default when it's fast.
- print "\nNot running for now because it is slow and flakey\n"
- print "\nSUCCESS\n"
- sys.exit(0)
default_root = os.path.abspath(
os.path.join(os.path.dirname(__file__), '..', '..'))
option_parser = optparse.OptionParser()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698