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

Unified Diff: src/v8.gyp

Issue 2371833007: [wasm] Initial signal handler (Closed)
Patch Set: Try to fix android compile 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 78a38fcb9b062b729b8a7924d016dea48a02c1e0..36e61e07ae7e51d6a598751d22ed7112209538c5 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1259,7 +1259,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