Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: BUILD.gn

Issue 314623002: Add collection-iterator.js to BUILD.gn after r21615 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698