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

Unified Diff: src/v8.gyp

Issue 2371833007: [wasm] Initial signal handler (Closed)
Patch Set: Addressing some of Jochen's feedback Created 3 years, 12 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 90c6e40484aef4e0ce62456b0a13bc35c39f10c4..8b842af23f901192cceef8f6240e08b1970f344f 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1256,7 +1256,11 @@
'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',
+ 'trap-handler/v8-api.cc',
'type-feedback-vector-inl.h',
'type-feedback-vector.cc',
'type-feedback-vector.h',

Powered by Google App Engine
This is Rietveld 408576698