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

Unified Diff: BUILD.gn

Issue 938443002: [es6] implement spread calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove --harmony-spread flag Created 5 years, 9 months 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
« no previous file with comments | « no previous file | src/ast.h » ('j') | src/compiler/ast-graph-builder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 49d44336fe5b5a2b4fc1a72673374d4fbe236ea6..67226d15a19af9394dd15724c1ad0ddd28cbcecc 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -265,7 +265,8 @@ action("js2c_experimental") {
"src/harmony-typedarray.js",
"src/harmony-tostring.js",
"src/harmony-regexp.js",
- "src/harmony-reflect.js"
+ "src/harmony-reflect.js",
+ "src/harmony-spread.js"
]
outputs = [
« no previous file with comments | « no previous file | src/ast.h » ('j') | src/compiler/ast-graph-builder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698