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

Side by Side Diff: src/v8.gyp

Issue 2744383002: Revert of [wasm] Initial signal handler (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « src/trap-handler/trap-handler-internal.h ('k') | src/wasm/wasm-module.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1272 'ic/stub-cache.h', 1272 'ic/stub-cache.h',
1273 'tracing/trace-event.cc', 1273 'tracing/trace-event.cc',
1274 'tracing/trace-event.h', 1274 'tracing/trace-event.h',
1275 'tracing/traced-value.cc', 1275 'tracing/traced-value.cc',
1276 'tracing/traced-value.h', 1276 'tracing/traced-value.h',
1277 'tracing/tracing-category-observer.cc', 1277 'tracing/tracing-category-observer.cc',
1278 'tracing/tracing-category-observer.h', 1278 'tracing/tracing-category-observer.h',
1279 'transitions-inl.h', 1279 'transitions-inl.h',
1280 'transitions.cc', 1280 'transitions.cc',
1281 'transitions.h', 1281 'transitions.h',
1282 'trap-handler/handler-outside.cc',
1283 'trap-handler/handler-shared.cc',
1284 'trap-handler/trap-handler.h', 1282 'trap-handler/trap-handler.h',
1285 'trap-handler/trap-handler-internal.h',
1286 'type-hints.cc', 1283 'type-hints.cc',
1287 'type-hints.h', 1284 'type-hints.h',
1288 'type-info.cc', 1285 'type-info.cc',
1289 'type-info.h', 1286 'type-info.h',
1290 'unicode-inl.h', 1287 'unicode-inl.h',
1291 'unicode.cc', 1288 'unicode.cc',
1292 'unicode.h', 1289 'unicode.h',
1293 'unicode-cache-inl.h', 1290 'unicode-cache-inl.h',
1294 'unicode-cache.h', 1291 'unicode-cache.h',
1295 'unicode-decoder.cc', 1292 'unicode-decoder.cc',
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 'debug/x64/debug-x64.cc', 1665 'debug/x64/debug-x64.cc',
1669 'full-codegen/x64/full-codegen-x64.cc', 1666 'full-codegen/x64/full-codegen-x64.cc',
1670 'ic/x64/access-compiler-x64.cc', 1667 'ic/x64/access-compiler-x64.cc',
1671 'ic/x64/handler-compiler-x64.cc', 1668 'ic/x64/handler-compiler-x64.cc',
1672 'ic/x64/ic-x64.cc', 1669 'ic/x64/ic-x64.cc',
1673 'regexp/x64/regexp-macro-assembler-x64.cc', 1670 'regexp/x64/regexp-macro-assembler-x64.cc',
1674 'regexp/x64/regexp-macro-assembler-x64.h', 1671 'regexp/x64/regexp-macro-assembler-x64.h',
1675 'third_party/valgrind/valgrind.h', 1672 'third_party/valgrind/valgrind.h',
1676 ], 1673 ],
1677 }], 1674 }],
1678 ['v8_target_arch=="x64" and OS=="linux"', {
1679 'sources': ['trap-handler/handler-inside.cc']
1680 }],
1681 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 1675 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
1682 'sources': [ ### gcmole(arch:ppc) ### 1676 'sources': [ ### gcmole(arch:ppc) ###
1683 'builtins/ppc/builtins-ppc.cc', 1677 'builtins/ppc/builtins-ppc.cc',
1684 'compiler/ppc/code-generator-ppc.cc', 1678 'compiler/ppc/code-generator-ppc.cc',
1685 'compiler/ppc/instruction-codes-ppc.h', 1679 'compiler/ppc/instruction-codes-ppc.h',
1686 'compiler/ppc/instruction-scheduler-ppc.cc', 1680 'compiler/ppc/instruction-scheduler-ppc.cc',
1687 'compiler/ppc/instruction-selector-ppc.cc', 1681 'compiler/ppc/instruction-selector-ppc.cc',
1688 'crankshaft/ppc/lithium-ppc.cc', 1682 'crankshaft/ppc/lithium-ppc.cc',
1689 'crankshaft/ppc/lithium-ppc.h', 1683 'crankshaft/ppc/lithium-ppc.h',
1690 'crankshaft/ppc/lithium-codegen-ppc.cc', 1684 'crankshaft/ppc/lithium-codegen-ppc.cc',
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
2526 'conditions': [ 2520 'conditions': [
2527 ['want_separate_host_toolset_mkpeephole==1', { 2521 ['want_separate_host_toolset_mkpeephole==1', {
2528 'toolsets': ['host'], 2522 'toolsets': ['host'],
2529 }, { 2523 }, {
2530 'toolsets': ['target'], 2524 'toolsets': ['target'],
2531 }], 2525 }],
2532 ], 2526 ],
2533 }, 2527 },
2534 ], 2528 ],
2535 } 2529 }
OLDNEW
« no previous file with comments | « src/trap-handler/trap-handler-internal.h ('k') | src/wasm/wasm-module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698