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

Side by Side Diff: src/v8.gyp

Issue 2371833007: [wasm] Initial signal handler (Closed)
Patch Set: Split signal handler into a separate file 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 'ic/stub-cache.h', 1246 'ic/stub-cache.h',
1247 'tracing/trace-event.cc', 1247 'tracing/trace-event.cc',
1248 'tracing/trace-event.h', 1248 'tracing/trace-event.h',
1249 'tracing/traced-value.cc', 1249 'tracing/traced-value.cc',
1250 'tracing/traced-value.h', 1250 'tracing/traced-value.h',
1251 'tracing/tracing-category-observer.cc', 1251 'tracing/tracing-category-observer.cc',
1252 'tracing/tracing-category-observer.h', 1252 'tracing/tracing-category-observer.h',
1253 'transitions-inl.h', 1253 'transitions-inl.h',
1254 'transitions.cc', 1254 'transitions.cc',
1255 'transitions.h', 1255 'transitions.h',
1256 'trap-handler/signal-handler.cc',
1257 'trap-handler/trap-handler.cc',
1256 'trap-handler/trap-handler.h', 1258 'trap-handler/trap-handler.h',
1259 'trap-handler/trap-handler-internal.h',
1260 'trap-handler/v8-api.cc',
1257 'type-feedback-vector-inl.h', 1261 'type-feedback-vector-inl.h',
1258 'type-feedback-vector.cc', 1262 'type-feedback-vector.cc',
1259 'type-feedback-vector.h', 1263 'type-feedback-vector.h',
1260 'type-hints.cc', 1264 'type-hints.cc',
1261 'type-hints.h', 1265 'type-hints.h',
1262 'type-info.cc', 1266 'type-info.cc',
1263 'type-info.h', 1267 'type-info.h',
1264 'unicode-inl.h', 1268 'unicode-inl.h',
1265 'unicode.cc', 1269 'unicode.cc',
1266 'unicode.h', 1270 'unicode.h',
(...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
2489 'conditions': [ 2493 'conditions': [
2490 ['want_separate_host_toolset_mkpeephole==1', { 2494 ['want_separate_host_toolset_mkpeephole==1', {
2491 'toolsets': ['host'], 2495 'toolsets': ['host'],
2492 }, { 2496 }, {
2493 'toolsets': ['target'], 2497 'toolsets': ['target'],
2494 }], 2498 }],
2495 ], 2499 ],
2496 }, 2500 },
2497 ], 2501 ],
2498 } 2502 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698