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

Unified Diff: tools/gyp/v8.gyp

Issue 1069883002: WIP SharedArrayBuffer implementation (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update MakeTypeError calls Created 5 years, 8 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
« src/runtime/runtime-typedarray.cc ('K') | « test/mjsunit/shared-typed-arrays.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 e1bee3e1df4e04a45fc745fdf055dc4db86b07ff..3a949db9079df0f0e0a71208fa251bd84f5b9ee7 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -1728,7 +1728,9 @@
'../../src/harmony-typedarray.js',
'../../src/harmony-regexp.js',
'../../src/harmony-reflect.js',
- '../../src/harmony-spread.js'
+ '../../src/harmony-spread.js',
+ '../../src/harmony-sharedarraybuffer.js',
+ '../../src/harmony-sharedtypedarray.js',
jochen (gone - plz use gerrit) 2015/04/28 18:31:46 please also update BUILD.gn
binji 2015/04/29 18:27:22 Done.
],
'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-experimental.bin',
« src/runtime/runtime-typedarray.cc ('K') | « test/mjsunit/shared-typed-arrays.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698