OLD | NEW |
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 Loading... |
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', |
1282 'trap-handler/trap-handler.h', | 1284 'trap-handler/trap-handler.h', |
| 1285 'trap-handler/trap-handler-internal.h', |
1283 'type-hints.cc', | 1286 'type-hints.cc', |
1284 'type-hints.h', | 1287 'type-hints.h', |
1285 'type-info.cc', | 1288 'type-info.cc', |
1286 'type-info.h', | 1289 'type-info.h', |
1287 'unicode-inl.h', | 1290 'unicode-inl.h', |
1288 'unicode.cc', | 1291 'unicode.cc', |
1289 'unicode.h', | 1292 'unicode.h', |
1290 'unicode-cache-inl.h', | 1293 'unicode-cache-inl.h', |
1291 'unicode-cache.h', | 1294 'unicode-cache.h', |
1292 'unicode-decoder.cc', | 1295 'unicode-decoder.cc', |
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1665 'debug/x64/debug-x64.cc', | 1668 'debug/x64/debug-x64.cc', |
1666 'full-codegen/x64/full-codegen-x64.cc', | 1669 'full-codegen/x64/full-codegen-x64.cc', |
1667 'ic/x64/access-compiler-x64.cc', | 1670 'ic/x64/access-compiler-x64.cc', |
1668 'ic/x64/handler-compiler-x64.cc', | 1671 'ic/x64/handler-compiler-x64.cc', |
1669 'ic/x64/ic-x64.cc', | 1672 'ic/x64/ic-x64.cc', |
1670 'regexp/x64/regexp-macro-assembler-x64.cc', | 1673 'regexp/x64/regexp-macro-assembler-x64.cc', |
1671 'regexp/x64/regexp-macro-assembler-x64.h', | 1674 'regexp/x64/regexp-macro-assembler-x64.h', |
1672 'third_party/valgrind/valgrind.h', | 1675 'third_party/valgrind/valgrind.h', |
1673 ], | 1676 ], |
1674 }], | 1677 }], |
| 1678 ['v8_target_arch=="x64" and OS=="linux"', { |
| 1679 'sources': ['trap-handler/handler-inside.cc'] |
| 1680 }], |
1675 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { | 1681 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { |
1676 'sources': [ ### gcmole(arch:ppc) ### | 1682 'sources': [ ### gcmole(arch:ppc) ### |
1677 'builtins/ppc/builtins-ppc.cc', | 1683 'builtins/ppc/builtins-ppc.cc', |
1678 'compiler/ppc/code-generator-ppc.cc', | 1684 'compiler/ppc/code-generator-ppc.cc', |
1679 'compiler/ppc/instruction-codes-ppc.h', | 1685 'compiler/ppc/instruction-codes-ppc.h', |
1680 'compiler/ppc/instruction-scheduler-ppc.cc', | 1686 'compiler/ppc/instruction-scheduler-ppc.cc', |
1681 'compiler/ppc/instruction-selector-ppc.cc', | 1687 'compiler/ppc/instruction-selector-ppc.cc', |
1682 'crankshaft/ppc/lithium-ppc.cc', | 1688 'crankshaft/ppc/lithium-ppc.cc', |
1683 'crankshaft/ppc/lithium-ppc.h', | 1689 'crankshaft/ppc/lithium-ppc.h', |
1684 'crankshaft/ppc/lithium-codegen-ppc.cc', | 1690 'crankshaft/ppc/lithium-codegen-ppc.cc', |
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2520 'conditions': [ | 2526 'conditions': [ |
2521 ['want_separate_host_toolset_mkpeephole==1', { | 2527 ['want_separate_host_toolset_mkpeephole==1', { |
2522 'toolsets': ['host'], | 2528 'toolsets': ['host'], |
2523 }, { | 2529 }, { |
2524 'toolsets': ['target'], | 2530 'toolsets': ['target'], |
2525 }], | 2531 }], |
2526 ], | 2532 ], |
2527 }, | 2533 }, |
2528 ], | 2534 ], |
2529 } | 2535 } |
OLD | NEW |