Reviewers: Yang,
Description:
Fix V8 extras js2c pipeline
570fca61 introduced a regression that caused minification etc. to be
applied to V8 extras.
[email protected]
BUG=
Please review this at https://codereview.chromium.org/1125103003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -1 lines):
M tools/js2c.py
Index: tools/js2c.py
diff --git a/tools/js2c.py b/tools/js2c.py
index
e1d617dd274900757cbe4e2c0dcd3cc135f4e58d..f5c28440994c0f8abccef6a2d0f0699912a108b5
100755
--- a/tools/js2c.py
+++ b/tools/js2c.py
@@ -415,7 +415,7 @@ def PrepareSources(source_files, native_type, emit_js):
message_template_file = message_template_files[0]
filters = None
- if native_type == "EXTRA":
+ if native_type == "EXTRAS":
filters = BuildExtraFilterChain()
else:
filters = BuildFilterChain(macro_file, message_template_file)
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.