Reviewers: Dean McNamee,

Description:
jsmin does not have our copyright header and shouldn't have.  Exclude
it from the presubmit check.


Please review this at http://codereview.chromium.org/19424

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     tools/presubmit.py


Index: tools/presubmit.py
===================================================================
--- tools/presubmit.py  (revision 1179)
+++ tools/presubmit.py  (working copy)
@@ -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
-~----------~----~----~----~------~----~------~--~---

Reply via email to