Tell presubmit.py that regexp-pcre.js doesn't need a standard copyright
message since it has a special one. Review URL: http://codereview.chromium.org/19752 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1209 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
4e1190ec73
commit
18d6c23971
@ -175,7 +175,7 @@ class SourceProcessor(SourceFileProcessor):
|
||||
or (name == 'obj'))
|
||||
|
||||
IGNORE_COPYRIGHTS = ['earley-boyer.js', 'raytrace.js', 'crypto.js',
|
||||
'libraries.cc', 'libraries-empty.cc', 'jsmin.py']
|
||||
'libraries.cc', 'libraries-empty.cc', 'jsmin.py', 'regexp-pcre.js']
|
||||
IGNORE_TABS = IGNORE_COPYRIGHTS + ['unicode-test.js',
|
||||
'html-comments.js']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user