Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 39c1dc716c1b040f81a1a7f5ccb23cb99a18b333..c2c1730f2a7de145410b0a44d8c4d73707781005 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -200,6 +200,8 @@ action("js2c") { |
"src/promise.js", |
"src/object-observe.js", |
"src/macros.py", |
+ "src/array-iterator.js", |
+ "src/string-iterator.js", |
] |
outputs = [ |
@@ -238,7 +240,6 @@ 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", |