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

Unified Diff: src/v8.gyp

Issue 2371833007: [wasm] Initial signal handler (Closed)
Patch Set: Feedback from mseaborn 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 0f194e0d2f2801f6fae2dd99cca9d3da971210e6..6a4c79bfe43269e7b652a64f6a32aed409fccb22 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