| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 72ae64202d8e613cc65da175c706425fe4c8c618..5a73ec62fb0ba4310ed14570424f3f5b44f9c44c 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -220,6 +220,7 @@ action("js2c_experimental") {
|
| "src/symbol.js",
|
| "src/proxy.js",
|
| "src/collection.js",
|
| + "src/collection-iterator.js",
|
| "src/generator.js",
|
| "src/array-iterator.js",
|
| "src/harmony-string.js",
|
| @@ -268,7 +269,7 @@ action("run_mksnapshot") {
|
| ]
|
|
|
| args = [
|
| - "./" + rebase_path(get_label_info(":mksnapshot($host_toolchain)",
|
| + "./" + rebase_path(get_label_info(":mksnapshot($host_toolchain)",
|
| "root_out_dir") + "/mksnapshot",
|
| root_build_dir),
|
| "--log-snapshot-positions",
|
|
|