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

Unified Diff: BUILD.gn

Issue 427723002: Enable ES6 Map and Set by default (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove old test, fix BUILD.gn Created 6 years, 4 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 | src/bootstrapper.cc » ('j') | 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 b5830bf9dd82914fbf6d563f14e43c8c71903a0e..07772ab58ede3fbd28e0cac5c1a6f32dd55281bf 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -192,6 +192,7 @@ action("js2c") {
"src/v8natives.js",
"src/array.js",
"src/string.js",
+ "src/symbol.js",
"src/uri.js",
"src/math.js",
"src/messages.js",
@@ -204,6 +205,8 @@ action("js2c") {
"src/regexp.js",
"src/arraybuffer.js",
"src/typedarray.js",
+ "src/collection.js",
+ "src/collection-iterator.js",
"src/weak_collection.js",
"src/promise.js",
"src/object-observe.js",
@@ -244,10 +247,7 @@ action("js2c_experimental") {
sources = [
"src/macros.py",
- "src/symbol.js",
"src/proxy.js",
- "src/collection.js",
- "src/collection-iterator.js",
"src/generator.js",
"src/array-iterator.js",
"src/harmony-string.js",
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698