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

Unified Diff: src/v8.gyp

Issue 2371833007: [wasm] Initial signal handler (Closed)
Patch Set: Handler signal handler registration failure 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 681ac5d46ce321d0f5ae0a277586d4d9513ea70b..c3b69aa84a7bee6a762f9434e8bf4d97e3942f1b 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1264,7 +1264,10 @@
'transitions-inl.h',
'transitions.cc',
'transitions.h',
+ 'trap-handler/signal-handler.cc',
+ 'trap-handler/trap-handler.cc',
'trap-handler/trap-handler.h',
+ 'trap-handler/trap-handler-internal.h',
'type-feedback-vector-inl.h',
'type-feedback-vector.cc',
'type-feedback-vector.h',

Powered by Google App Engine
This is Rietveld 408576698