From 1e3fba1add87a1677180e389f255182b2ca27406 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Tue, 3 Jun 2014 07:26:07 +0000 Subject: [PATCH] Add collection-iterator.js to BUILD.gn after r21615 LOG=n BUG=none TBR=adamk@chromium.org Review URL: https://codereview.chromium.org/314623002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21619 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 72ae642..5a73ec6 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", -- 2.7.4