Index: src/v8.gyp |
diff --git a/src/v8.gyp b/src/v8.gyp |
index 310f15d3da020c4177c62162f8fab9854240a225..b5e7cc95f1b4b6da94996548655886ed3b5020a6 100644 |
--- a/src/v8.gyp |
+++ b/src/v8.gyp |
@@ -393,6 +393,7 @@ |
'sources': [ ### gcmole(all) ### |
'../include/v8-debug.h', |
'../include/v8-experimental.h', |
+ '../include/v8-ffi.h', |
'../include/v8-platform.h', |
'../include/v8-profiler.h', |
'../include/v8-testing.h', |
@@ -586,6 +587,8 @@ |
'compiler/escape-analysis.h', |
'compiler/escape-analysis-reducer.cc', |
'compiler/escape-analysis-reducer.h', |
+ 'compiler/ffi-compiler.cc', |
+ 'compiler/ffi-compiler.h', |
'compiler/frame.cc', |
'compiler/frame.h', |
'compiler/frame-elider.cc', |
@@ -1170,6 +1173,7 @@ |
'runtime/runtime-forin.cc', |
'runtime/runtime-function.cc', |
'runtime/runtime-error.cc', |
+ "runtime/runtime-ffi.cc", |
'runtime/runtime-futex.cc', |
'runtime/runtime-generator.cc', |
'runtime/runtime-i18n.cc', |