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
This commit is contained in:
parent
8e05308e6c
commit
1e3fba1add
3
BUILD.gn
3
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",
|
||||
|
Loading…
Reference in New Issue
Block a user