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

Unified Diff: BUILD.gn

Issue 938443002: [es6] implement spread calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase + clang-format Created 5 years, 8 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/arm/full-codegen-arm.cc » ('j') | test/js-perf-test/JSTests.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 34500fe01b9f013fcdaeca9a87f4341bf3053174..f8c2b8137a492e872ccadc9b2ae93aa7c34d6c09 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -270,7 +270,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/arm/full-codegen-arm.cc » ('j') | test/js-perf-test/JSTests.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698