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

Side by Side Diff: src/v8.gyp

Issue 2371833007: [wasm] Initial signal handler (Closed)
Patch Set: Restore signal mask at the right place 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 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 'ic/stub-cache.h', 1266 'ic/stub-cache.h',
1267 'tracing/trace-event.cc', 1267 'tracing/trace-event.cc',
1268 'tracing/trace-event.h', 1268 'tracing/trace-event.h',
1269 'tracing/traced-value.cc', 1269 'tracing/traced-value.cc',
1270 'tracing/traced-value.h', 1270 'tracing/traced-value.h',
1271 'tracing/tracing-category-observer.cc', 1271 'tracing/tracing-category-observer.cc',
1272 'tracing/tracing-category-observer.h', 1272 'tracing/tracing-category-observer.h',
1273 'transitions-inl.h', 1273 'transitions-inl.h',
1274 'transitions.cc', 1274 'transitions.cc',
1275 'transitions.h', 1275 'transitions.h',
1276 'trap-handler/handler-outside.cc',
1277 'trap-handler/handler-shared.cc',
1276 'trap-handler/trap-handler.h', 1278 'trap-handler/trap-handler.h',
1279 'trap-handler/trap-handler-internal.h',
1277 'type-hints.cc', 1280 'type-hints.cc',
1278 'type-hints.h', 1281 'type-hints.h',
1279 'type-info.cc', 1282 'type-info.cc',
1280 'type-info.h', 1283 'type-info.h',
1281 'unicode-inl.h', 1284 'unicode-inl.h',
1282 'unicode.cc', 1285 'unicode.cc',
1283 'unicode.h', 1286 'unicode.h',
1284 'unicode-cache-inl.h', 1287 'unicode-cache-inl.h',
1285 'unicode-cache.h', 1288 'unicode-cache.h',
1286 'unicode-decoder.cc', 1289 'unicode-decoder.cc',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1657 'debug/x64/debug-x64.cc', 1660 'debug/x64/debug-x64.cc',
1658 'full-codegen/x64/full-codegen-x64.cc', 1661 'full-codegen/x64/full-codegen-x64.cc',
1659 'ic/x64/access-compiler-x64.cc', 1662 'ic/x64/access-compiler-x64.cc',
1660 'ic/x64/handler-compiler-x64.cc', 1663 'ic/x64/handler-compiler-x64.cc',
1661 'ic/x64/ic-x64.cc', 1664 'ic/x64/ic-x64.cc',
1662 'regexp/x64/regexp-macro-assembler-x64.cc', 1665 'regexp/x64/regexp-macro-assembler-x64.cc',
1663 'regexp/x64/regexp-macro-assembler-x64.h', 1666 'regexp/x64/regexp-macro-assembler-x64.h',
1664 'third_party/valgrind/valgrind.h', 1667 'third_party/valgrind/valgrind.h',
1665 ], 1668 ],
1666 }], 1669 }],
1670 ['v8_target_arch=="x64" and OS=="linux"', {
1671 'sources': ['trap-handler/handler-inside.cc']
1672 }],
1667 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 1673 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
1668 'sources': [ ### gcmole(arch:ppc) ### 1674 'sources': [ ### gcmole(arch:ppc) ###
1669 'builtins/ppc/builtins-ppc.cc', 1675 'builtins/ppc/builtins-ppc.cc',
1670 'compiler/ppc/code-generator-ppc.cc', 1676 'compiler/ppc/code-generator-ppc.cc',
1671 'compiler/ppc/instruction-codes-ppc.h', 1677 'compiler/ppc/instruction-codes-ppc.h',
1672 'compiler/ppc/instruction-scheduler-ppc.cc', 1678 'compiler/ppc/instruction-scheduler-ppc.cc',
1673 'compiler/ppc/instruction-selector-ppc.cc', 1679 'compiler/ppc/instruction-selector-ppc.cc',
1674 'crankshaft/ppc/lithium-ppc.cc', 1680 'crankshaft/ppc/lithium-ppc.cc',
1675 'crankshaft/ppc/lithium-ppc.h', 1681 'crankshaft/ppc/lithium-ppc.h',
1676 'crankshaft/ppc/lithium-codegen-ppc.cc', 1682 'crankshaft/ppc/lithium-codegen-ppc.cc',
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
2506 'conditions': [ 2512 'conditions': [
2507 ['want_separate_host_toolset_mkpeephole==1', { 2513 ['want_separate_host_toolset_mkpeephole==1', {
2508 'toolsets': ['host'], 2514 'toolsets': ['host'],
2509 }, { 2515 }, {
2510 'toolsets': ['target'], 2516 'toolsets': ['target'],
2511 }], 2517 }],
2512 ], 2518 ],
2513 }, 2519 },
2514 ], 2520 ],
2515 } 2521 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698