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

Unified Diff: tools/gyp/v8.gyp

Issue 21079003: Add new Harmony methods to Array.prototype object. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: review changes Created 7 years, 5 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 | « test/mjsunit/harmony/array-findindex.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index bdbc7163df47b273c21032bc50bb5a0d69acd6cc..eab3548c92e2bf1dd216f80df677e0a4f26ef82c 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -907,7 +907,8 @@
'../../src/typedarray.js',
'../../src/generator.js',
'../../src/array-iterator.js',
- '../../src/harmony-string.js'
+ '../../src/harmony-string.js',
+ '../../src/harmony-array.js',
],
'i18n_library_files': [
'../../src/extensions/i18n/header.js',
« no previous file with comments | « test/mjsunit/harmony/array-findindex.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698