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

Unified Diff: BUILD.gn

Issue 548833002: [es6] implement Object.assign (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Use runtime %IsPropertyEnumerable() Created 5 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 | 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 a26f708ebb668d8c33f167f36e52d65752e26c0b..0908150c3ee67b7675df591a8d325bd5a2f7a2a6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -273,7 +273,8 @@ action("js2c_experimental") {
"src/harmony-tostring.js",
"src/harmony-regexp.js",
"src/harmony-reflect.js",
- "src/harmony-spread.js"
+ "src/harmony-spread.js",
+ "src/harmony-object.js"
]
outputs = [
« 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