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

Unified Diff: src/v8.gyp

Issue 2607993003: FFI Compiler based on code stub assembler (Closed)
Patch Set: Introduce FFIAssembler class Created 3 years, 11 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
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 0a76944e50b269bdd3a634f8d0c9296a8ecc33f9..c2739410dbedb63a5fe28ab7c0bc33fa0be891dd 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -888,6 +888,8 @@
'fast-accessor-assembler.h',
'fast-dtoa.cc',
'fast-dtoa.h',
+ 'ffi/ffi-compiler.cc',
+ 'ffi/ffi-compiler.h',
'field-index.h',
'field-index-inl.h',
'field-type.cc',
« src/ffi/ffi-compiler.cc ('K') | « src/ffi/ffi-compiler.cc ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698