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

Side by Side Diff: src/v8.gyp

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