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

Unified Diff: src/v8.gyp

Issue 2371833007: [wasm] Initial signal handler (Closed)
Patch Set: Make sure guard pages get set up when resizing from 0 to more than 0 Created 3 years, 9 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
« no previous file with comments | « src/trap-handler/trap-handler-internal.h ('k') | src/wasm/wasm-module.cc » ('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 e74710626d0610efec87bffb86afb3946bd79e91..3890e0850a74ff1fd6639621a4e620a359bee55d 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1279,7 +1279,10 @@
'transitions-inl.h',
'transitions.cc',
'transitions.h',
+ 'trap-handler/handler-outside.cc',
+ 'trap-handler/handler-shared.cc',
'trap-handler/trap-handler.h',
+ 'trap-handler/trap-handler-internal.h',
'type-hints.cc',
'type-hints.h',
'type-info.cc',
@@ -1672,6 +1675,9 @@
'third_party/valgrind/valgrind.h',
],
}],
+ ['v8_target_arch=="x64" and OS=="linux"', {
+ 'sources': ['trap-handler/handler-inside.cc']
+ }],
['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
'sources': [ ### gcmole(arch:ppc) ###
'builtins/ppc/builtins-ppc.cc',
« no previous file with comments | « src/trap-handler/trap-handler-internal.h ('k') | src/wasm/wasm-module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698