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

Side by Side Diff: src/v8.gyp

Issue 2371833007: [wasm] Initial signal handler (Closed)
Patch Set: Handler signal handler registration failure Created 3 years, 10 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 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 'ic/stub-cache.h', 1257 'ic/stub-cache.h',
1258 'tracing/trace-event.cc', 1258 'tracing/trace-event.cc',
1259 'tracing/trace-event.h', 1259 'tracing/trace-event.h',
1260 'tracing/traced-value.cc', 1260 'tracing/traced-value.cc',
1261 'tracing/traced-value.h', 1261 'tracing/traced-value.h',
1262 'tracing/tracing-category-observer.cc', 1262 'tracing/tracing-category-observer.cc',
1263 'tracing/tracing-category-observer.h', 1263 'tracing/tracing-category-observer.h',
1264 'transitions-inl.h', 1264 'transitions-inl.h',
1265 'transitions.cc', 1265 'transitions.cc',
1266 'transitions.h', 1266 'transitions.h',
1267 'trap-handler/signal-handler.cc',
1268 'trap-handler/trap-handler.cc',
1267 'trap-handler/trap-handler.h', 1269 'trap-handler/trap-handler.h',
1270 'trap-handler/trap-handler-internal.h',
1268 'type-feedback-vector-inl.h', 1271 'type-feedback-vector-inl.h',
1269 'type-feedback-vector.cc', 1272 'type-feedback-vector.cc',
1270 'type-feedback-vector.h', 1273 'type-feedback-vector.h',
1271 'type-hints.cc', 1274 'type-hints.cc',
1272 'type-hints.h', 1275 'type-hints.h',
1273 'type-info.cc', 1276 'type-info.cc',
1274 'type-info.h', 1277 'type-info.h',
1275 'unicode-inl.h', 1278 'unicode-inl.h',
1276 'unicode.cc', 1279 'unicode.cc',
1277 'unicode.h', 1280 'unicode.h',
(...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
2500 'conditions': [ 2503 'conditions': [
2501 ['want_separate_host_toolset_mkpeephole==1', { 2504 ['want_separate_host_toolset_mkpeephole==1', {
2502 'toolsets': ['host'], 2505 'toolsets': ['host'],
2503 }, { 2506 }, {
2504 'toolsets': ['target'], 2507 'toolsets': ['target'],
2505 }], 2508 }],
2506 ], 2509 ],
2507 }, 2510 },
2508 ], 2511 ],
2509 } 2512 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698