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

Unified Diff: BUILD.gn

Issue 548833002: [es6] implement Object.assign (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove pendingException, move behind harmony-object flag, fix Symbol properties Created 6 years 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') | src/harmony-object.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 31aa95fc6fd4f49b25efc8a9ecbebdfdb77173ef..b92a537d97811c321e8128d378a8811f5dc8a146 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -239,7 +239,8 @@ action("js2c_experimental") {
"src/harmony-typedarray.js",
"src/harmony-classes.js",
"src/harmony-tostring.js",
- "src/harmony-templates.js"
+ "src/harmony-templates.js",
+ "src/harmony-object.js"
]
outputs = [
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | src/harmony-object.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698