Reviewers: adamk,

Description:
Add collection-iterator.js to BUILD.gn after r21615

LOG=n
BUG=none
[email protected]

Please review this at https://codereview.chromium.org/314623002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -1 lines):
  M BUILD.gn


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",


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to