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

Unified Diff: src/v8.gyp

Issue 2250863002: WIP: prototype ffi support (from 2084663004) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years 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 | « src/snapshot/code-serializer.cc ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « src/snapshot/code-serializer.cc ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698