Author: [email protected]
Date: Wed Jan 28 03:49:44 2009
New Revision: 1180
Modified:
branches/bleeding_edge/tools/presubmit.py
Log:
jsmin does not have our copyright header and shouldn't have. Exclude
it from the presubmit check.
Review URL: http://codereview.chromium.org/19424
Modified: branches/bleeding_edge/tools/presubmit.py
==============================================================================
--- branches/bleeding_edge/tools/presubmit.py (original)
+++ branches/bleeding_edge/tools/presubmit.py Wed Jan 28 03:49:44 2009
@@ -175,7 +175,7 @@
or (name == 'obj'))
IGNORE_COPYRIGHTS = ['earley-boyer.js', 'raytrace.js', 'crypto.js',
- 'libraries.cc', 'libraries-empty.cc']
+ 'libraries.cc', 'libraries-empty.cc', 'jsmin.py']
IGNORE_TABS = IGNORE_COPYRIGHTS + ['unicode-test.js',
'html-comments.js']
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---