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

Unified Diff: tools/gyp/v8.gyp

Issue 15943002: v8 typed arrays: add DataView type (Closed)
Patch Set: v8 typed arrays: add DataView type, v2 Created 7 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
« test/mjsunit/harmony/dataview.js ('K') | « test/mjsunit/harmony/dataview.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 f0eedafd0977181da3d9b74795eb9c154b792d54..81b4ea3e193b341645ae05c4cd5407acb2f179a0 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -804,6 +804,7 @@
'../../src/collection.js',
'../../src/object-observe.js',
'../../src/arraybuffer.js',
+ '../../src/dataview.js',
'../../src/typedarray.js',
'../../src/generator.js'
],
« test/mjsunit/harmony/dataview.js ('K') | « test/mjsunit/harmony/dataview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698