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

Unified Diff: tools/presubmit.py

Issue 2467483002: Add spread call micro-benchmarks. (Closed)
Patch Set: rename Created 4 years, 1 month 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
Index: tools/presubmit.py
diff --git a/tools/presubmit.py b/tools/presubmit.py
index 3be9caf0613bbed3ad27de751f6e1d8413b73c0c..786fbac5e4bf80eaec6e0965f0296e2588e35c53 100755
--- a/tools/presubmit.py
+++ b/tools/presubmit.py
@@ -293,7 +293,8 @@ class SourceProcessor(SourceFileProcessor):
return (super(SourceProcessor, self).IgnoreDir(name) or
name in ('third_party', 'gyp', 'out', 'obj', 'DerivedSources'))
- IGNORE_COPYRIGHTS = ['box2d.js',
+ IGNORE_COPYRIGHTS = ['benchmark.js',
Michael Achenbach 2016/11/07 07:34:37 Will this have a problem with chromium's copyright
+ 'box2d.js',
'cpplint.py',
'check_injected_script_source.py',
'copy.js',
@@ -325,6 +326,7 @@ class SourceProcessor(SourceFileProcessor):
'sqlite-change-heap.js',
'sqlite-pointer-masking.js',
'sqlite-safe-heap.js',
+ 'traceur-runtime.js',
'v8-debugger-script.h',
'v8-function-call.cc',
'v8-function-call.h',
« test/js-perf-test/JSTests.json ('K') | « test/js-perf-test/SixSpeed/traceur-runtime.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698