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

Unified Diff: BUILD.gn

Issue 658423002: Unship ES6 iteration and unscopables on 3.28 (Closed) Base URL: https://v8.googlecode.com/svn/branches/3.28
Patch Set: Created 6 years, 2 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/array.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index efa4b717c9a13ba1f3aa3097386a977e9a43c116..1a90b40f24465d559ec6eaa0e3e9d960503078d9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -200,8 +200,6 @@ action("js2c") {
"src/promise.js",
"src/object-observe.js",
"src/macros.py",
- "src/array-iterator.js",
- "src/string-iterator.js",
]
outputs = [
@@ -240,8 +238,10 @@ action("js2c_experimental") {
"src/macros.py",
"src/proxy.js",
"src/generator.js",
+ "src/array-iterator.js",
"src/harmony-string.js",
"src/harmony-array.js",
+ "src/unscopables.js",
]
outputs = [
« no previous file with comments | « no previous file | src/array.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698