OLD | NEW |
---|---|
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build/config/android/config.gni") | 5 import("//build/config/android/config.gni") |
6 import("//build/config/arm.gni") | 6 import("//build/config/arm.gni") |
7 import("//build/config/dcheck_always_on.gni") | 7 import("//build/config/dcheck_always_on.gni") |
8 import("//build/config/mips.gni") | 8 import("//build/config/mips.gni") |
9 import("//build/config/sanitizers/sanitizers.gni") | 9 import("//build/config/sanitizers/sanitizers.gni") |
10 | 10 |
(...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1244 "src/crankshaft/hydrogen-types.h", | 1244 "src/crankshaft/hydrogen-types.h", |
1245 "src/crankshaft/hydrogen-uint32-analysis.cc", | 1245 "src/crankshaft/hydrogen-uint32-analysis.cc", |
1246 "src/crankshaft/hydrogen-uint32-analysis.h", | 1246 "src/crankshaft/hydrogen-uint32-analysis.h", |
1247 "src/crankshaft/hydrogen.cc", | 1247 "src/crankshaft/hydrogen.cc", |
1248 "src/crankshaft/hydrogen.h", | 1248 "src/crankshaft/hydrogen.h", |
1249 "src/crankshaft/lithium-allocator-inl.h", | 1249 "src/crankshaft/lithium-allocator-inl.h", |
1250 "src/crankshaft/lithium-allocator.cc", | 1250 "src/crankshaft/lithium-allocator.cc", |
1251 "src/crankshaft/lithium-allocator.h", | 1251 "src/crankshaft/lithium-allocator.h", |
1252 "src/crankshaft/lithium-codegen.cc", | 1252 "src/crankshaft/lithium-codegen.cc", |
1253 "src/crankshaft/lithium-codegen.h", | 1253 "src/crankshaft/lithium-codegen.h", |
1254 "src/crankshaft/lithium-inl.h", | |
1254 "src/crankshaft/lithium.cc", | 1255 "src/crankshaft/lithium.cc", |
1255 "src/crankshaft/lithium.h", | 1256 "src/crankshaft/lithium.h", |
1256 "src/crankshaft/typing.cc", | 1257 "src/crankshaft/typing.cc", |
1257 "src/crankshaft/typing.h", | 1258 "src/crankshaft/typing.h", |
1258 "src/crankshaft/unique.h", | 1259 "src/crankshaft/unique.h", |
1259 "src/date.cc", | 1260 "src/date.cc", |
1260 "src/date.h", | 1261 "src/date.h", |
1261 "src/dateparser-inl.h", | 1262 "src/dateparser-inl.h", |
1262 "src/dateparser.cc", | 1263 "src/dateparser.cc", |
1263 "src/dateparser.h", | 1264 "src/dateparser.h", |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1342 "src/heap/array-buffer-tracker.h", | 1343 "src/heap/array-buffer-tracker.h", |
1343 "src/heap/code-stats.cc", | 1344 "src/heap/code-stats.cc", |
1344 "src/heap/code-stats.h", | 1345 "src/heap/code-stats.h", |
1345 "src/heap/gc-idle-time-handler.cc", | 1346 "src/heap/gc-idle-time-handler.cc", |
1346 "src/heap/gc-idle-time-handler.h", | 1347 "src/heap/gc-idle-time-handler.h", |
1347 "src/heap/gc-tracer.cc", | 1348 "src/heap/gc-tracer.cc", |
1348 "src/heap/gc-tracer.h", | 1349 "src/heap/gc-tracer.h", |
1349 "src/heap/heap-inl.h", | 1350 "src/heap/heap-inl.h", |
1350 "src/heap/heap.cc", | 1351 "src/heap/heap.cc", |
1351 "src/heap/heap.h", | 1352 "src/heap/heap.h", |
1353 "src/heap/incremental-marking-inl.h", | |
1352 "src/heap/incremental-marking-job.cc", | 1354 "src/heap/incremental-marking-job.cc", |
1353 "src/heap/incremental-marking-job.h", | 1355 "src/heap/incremental-marking-job.h", |
1354 "src/heap/incremental-marking.cc", | 1356 "src/heap/incremental-marking.cc", |
1355 "src/heap/incremental-marking.h", | 1357 "src/heap/incremental-marking.h", |
1356 "src/heap/mark-compact-inl.h", | 1358 "src/heap/mark-compact-inl.h", |
1357 "src/heap/mark-compact.cc", | 1359 "src/heap/mark-compact.cc", |
1358 "src/heap/mark-compact.h", | 1360 "src/heap/mark-compact.h", |
1359 "src/heap/marking.h", | 1361 "src/heap/marking.h", |
1360 "src/heap/memory-reducer.cc", | 1362 "src/heap/memory-reducer.cc", |
1361 "src/heap/memory-reducer.h", | 1363 "src/heap/memory-reducer.h", |
(...skipping 17 matching lines...) Expand all Loading... | |
1379 "src/heap/store-buffer.cc", | 1381 "src/heap/store-buffer.cc", |
1380 "src/heap/store-buffer.h", | 1382 "src/heap/store-buffer.h", |
1381 "src/i18n.cc", | 1383 "src/i18n.cc", |
1382 "src/i18n.h", | 1384 "src/i18n.h", |
1383 "src/ic/access-compiler.cc", | 1385 "src/ic/access-compiler.cc", |
1384 "src/ic/access-compiler.h", | 1386 "src/ic/access-compiler.h", |
1385 "src/ic/call-optimization.cc", | 1387 "src/ic/call-optimization.cc", |
1386 "src/ic/call-optimization.h", | 1388 "src/ic/call-optimization.h", |
1387 "src/ic/handler-compiler.cc", | 1389 "src/ic/handler-compiler.cc", |
1388 "src/ic/handler-compiler.h", | 1390 "src/ic/handler-compiler.h", |
1391 "src/ic/handler-configuration.h", | |
1389 "src/ic/ic-compiler.cc", | 1392 "src/ic/ic-compiler.cc", |
1390 "src/ic/ic-compiler.h", | 1393 "src/ic/ic-compiler.h", |
1391 "src/ic/ic-inl.h", | 1394 "src/ic/ic-inl.h", |
1392 "src/ic/ic-state.cc", | 1395 "src/ic/ic-state.cc", |
1393 "src/ic/ic-state.h", | 1396 "src/ic/ic-state.h", |
1394 "src/ic/ic.cc", | 1397 "src/ic/ic.cc", |
1395 "src/ic/ic.h", | 1398 "src/ic/ic.h", |
1396 "src/ic/stub-cache.cc", | 1399 "src/ic/stub-cache.cc", |
1397 "src/ic/stub-cache.h", | 1400 "src/ic/stub-cache.h", |
1398 "src/icu_util.cc", | 1401 "src/icu_util.cc", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1450 "src/json-parser.h", | 1453 "src/json-parser.h", |
1451 "src/json-stringifier.cc", | 1454 "src/json-stringifier.cc", |
1452 "src/json-stringifier.h", | 1455 "src/json-stringifier.h", |
1453 "src/keys.cc", | 1456 "src/keys.cc", |
1454 "src/keys.h", | 1457 "src/keys.h", |
1455 "src/layout-descriptor-inl.h", | 1458 "src/layout-descriptor-inl.h", |
1456 "src/layout-descriptor.cc", | 1459 "src/layout-descriptor.cc", |
1457 "src/layout-descriptor.h", | 1460 "src/layout-descriptor.h", |
1458 "src/list-inl.h", | 1461 "src/list-inl.h", |
1459 "src/list.h", | 1462 "src/list.h", |
1463 "src/locked-queue-inl.h", | |
1464 "src/locked-queue.h", | |
1460 "src/log-inl.h", | 1465 "src/log-inl.h", |
1461 "src/log-utils.cc", | 1466 "src/log-utils.cc", |
1462 "src/log-utils.h", | 1467 "src/log-utils.h", |
1463 "src/log.cc", | 1468 "src/log.cc", |
1464 "src/log.h", | 1469 "src/log.h", |
1465 "src/lookup-cache-inl.h", | 1470 "src/lookup-cache-inl.h", |
1466 "src/lookup-cache.cc", | 1471 "src/lookup-cache.cc", |
1467 "src/lookup-cache.h", | 1472 "src/lookup-cache.h", |
1468 "src/lookup.cc", | 1473 "src/lookup.cc", |
1469 "src/lookup.h", | 1474 "src/lookup.h", |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1658 "src/utils-inl.h", | 1663 "src/utils-inl.h", |
1659 "src/utils.cc", | 1664 "src/utils.cc", |
1660 "src/utils.h", | 1665 "src/utils.h", |
1661 "src/v8.cc", | 1666 "src/v8.cc", |
1662 "src/v8.h", | 1667 "src/v8.h", |
1663 "src/v8memory.h", | 1668 "src/v8memory.h", |
1664 "src/v8threads.cc", | 1669 "src/v8threads.cc", |
1665 "src/v8threads.h", | 1670 "src/v8threads.h", |
1666 "src/value-serializer.cc", | 1671 "src/value-serializer.cc", |
1667 "src/value-serializer.h", | 1672 "src/value-serializer.h", |
1673 "src/vector.h", | |
1668 "src/version.cc", | 1674 "src/version.cc", |
1669 "src/version.h", | 1675 "src/version.h", |
1670 "src/vm-state-inl.h", | 1676 "src/vm-state-inl.h", |
1671 "src/vm-state.h", | 1677 "src/vm-state.h", |
1672 "src/wasm/ast-decoder.cc", | 1678 "src/wasm/ast-decoder.cc", |
1673 "src/wasm/ast-decoder.h", | 1679 "src/wasm/ast-decoder.h", |
1674 "src/wasm/decoder.h", | 1680 "src/wasm/decoder.h", |
1675 "src/wasm/encoder.cc", | 1681 "src/wasm/encoder.cc", |
1676 "src/wasm/encoder.h", | 1682 "src/wasm/encoder.h", |
1677 "src/wasm/leb-helper.h", | 1683 "src/wasm/leb-helper.h", |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1725 "src/ia32/codegen-ia32.cc", | 1731 "src/ia32/codegen-ia32.cc", |
1726 "src/ia32/codegen-ia32.h", | 1732 "src/ia32/codegen-ia32.h", |
1727 "src/ia32/cpu-ia32.cc", | 1733 "src/ia32/cpu-ia32.cc", |
1728 "src/ia32/deoptimizer-ia32.cc", | 1734 "src/ia32/deoptimizer-ia32.cc", |
1729 "src/ia32/disasm-ia32.cc", | 1735 "src/ia32/disasm-ia32.cc", |
1730 "src/ia32/frames-ia32.cc", | 1736 "src/ia32/frames-ia32.cc", |
1731 "src/ia32/frames-ia32.h", | 1737 "src/ia32/frames-ia32.h", |
1732 "src/ia32/interface-descriptors-ia32.cc", | 1738 "src/ia32/interface-descriptors-ia32.cc", |
1733 "src/ia32/macro-assembler-ia32.cc", | 1739 "src/ia32/macro-assembler-ia32.cc", |
1734 "src/ia32/macro-assembler-ia32.h", | 1740 "src/ia32/macro-assembler-ia32.h", |
1741 "src/ia32/simulator-ia32.cc", | |
1742 "src/ia32/simulator-ia32.h", | |
vogelheim
2016/09/15 12:07:05
Do we really want to have the simulators in v8_bas
jochen (gone - plz use gerrit)
2016/09/15 12:24:18
where else would we put them? note that v8_base !=
| |
1735 "src/ic/ia32/access-compiler-ia32.cc", | 1743 "src/ic/ia32/access-compiler-ia32.cc", |
1736 "src/ic/ia32/handler-compiler-ia32.cc", | 1744 "src/ic/ia32/handler-compiler-ia32.cc", |
1737 "src/ic/ia32/ic-compiler-ia32.cc", | 1745 "src/ic/ia32/ic-compiler-ia32.cc", |
1738 "src/ic/ia32/ic-ia32.cc", | 1746 "src/ic/ia32/ic-ia32.cc", |
1739 "src/ic/ia32/stub-cache-ia32.cc", | 1747 "src/ic/ia32/stub-cache-ia32.cc", |
1740 "src/regexp/ia32/regexp-macro-assembler-ia32.cc", | 1748 "src/regexp/ia32/regexp-macro-assembler-ia32.cc", |
1741 "src/regexp/ia32/regexp-macro-assembler-ia32.h", | 1749 "src/regexp/ia32/regexp-macro-assembler-ia32.h", |
1742 ] | 1750 ] |
1743 } else if (v8_current_cpu == "x64") { | 1751 } else if (v8_current_cpu == "x64") { |
1744 sources += [ | 1752 sources += [ |
(...skipping 28 matching lines...) Expand all Loading... | |
1773 "src/x64/codegen-x64.h", | 1781 "src/x64/codegen-x64.h", |
1774 "src/x64/cpu-x64.cc", | 1782 "src/x64/cpu-x64.cc", |
1775 "src/x64/deoptimizer-x64.cc", | 1783 "src/x64/deoptimizer-x64.cc", |
1776 "src/x64/disasm-x64.cc", | 1784 "src/x64/disasm-x64.cc", |
1777 "src/x64/eh-frame-x64.cc", | 1785 "src/x64/eh-frame-x64.cc", |
1778 "src/x64/frames-x64.cc", | 1786 "src/x64/frames-x64.cc", |
1779 "src/x64/frames-x64.h", | 1787 "src/x64/frames-x64.h", |
1780 "src/x64/interface-descriptors-x64.cc", | 1788 "src/x64/interface-descriptors-x64.cc", |
1781 "src/x64/macro-assembler-x64.cc", | 1789 "src/x64/macro-assembler-x64.cc", |
1782 "src/x64/macro-assembler-x64.h", | 1790 "src/x64/macro-assembler-x64.h", |
1791 "src/x64/simulator-x64.cc", | |
1792 "src/x64/simulator-x64.h", | |
1783 "src/x64/sse-instr.h", | 1793 "src/x64/sse-instr.h", |
1784 ] | 1794 ] |
1785 } else if (v8_current_cpu == "arm") { | 1795 } else if (v8_current_cpu == "arm") { |
1786 sources += [ | 1796 sources += [ |
1787 "src/arm/assembler-arm-inl.h", | 1797 "src/arm/assembler-arm-inl.h", |
1788 "src/arm/assembler-arm.cc", | 1798 "src/arm/assembler-arm.cc", |
1789 "src/arm/assembler-arm.h", | 1799 "src/arm/assembler-arm.h", |
1790 "src/arm/code-stubs-arm.cc", | 1800 "src/arm/code-stubs-arm.cc", |
1791 "src/arm/code-stubs-arm.h", | 1801 "src/arm/code-stubs-arm.h", |
1792 "src/arm/codegen-arm.cc", | 1802 "src/arm/codegen-arm.cc", |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2069 "src/base/atomicops_internals_mips64_gcc.h", | 2079 "src/base/atomicops_internals_mips64_gcc.h", |
2070 "src/base/atomicops_internals_mips_gcc.h", | 2080 "src/base/atomicops_internals_mips_gcc.h", |
2071 "src/base/atomicops_internals_s390_gcc.h", | 2081 "src/base/atomicops_internals_s390_gcc.h", |
2072 "src/base/atomicops_internals_tsan.h", | 2082 "src/base/atomicops_internals_tsan.h", |
2073 "src/base/atomicops_internals_x86_gcc.cc", | 2083 "src/base/atomicops_internals_x86_gcc.cc", |
2074 "src/base/atomicops_internals_x86_gcc.h", | 2084 "src/base/atomicops_internals_x86_gcc.h", |
2075 "src/base/atomicops_internals_x86_msvc.h", | 2085 "src/base/atomicops_internals_x86_msvc.h", |
2076 "src/base/bits.cc", | 2086 "src/base/bits.cc", |
2077 "src/base/bits.h", | 2087 "src/base/bits.h", |
2078 "src/base/build_config.h", | 2088 "src/base/build_config.h", |
2089 "src/base/compiler-specific.h", | |
2079 "src/base/cpu.cc", | 2090 "src/base/cpu.cc", |
2080 "src/base/cpu.h", | 2091 "src/base/cpu.h", |
2081 "src/base/debug/stack_trace.cc", | 2092 "src/base/debug/stack_trace.cc", |
2082 "src/base/debug/stack_trace.h", | 2093 "src/base/debug/stack_trace.h", |
2083 "src/base/division-by-constant.cc", | 2094 "src/base/division-by-constant.cc", |
2084 "src/base/division-by-constant.h", | 2095 "src/base/division-by-constant.h", |
2085 "src/base/file-utils.cc", | 2096 "src/base/file-utils.cc", |
2086 "src/base/file-utils.h", | 2097 "src/base/file-utils.h", |
2087 "src/base/flags.h", | 2098 "src/base/flags.h", |
2088 "src/base/format-macros.h", | 2099 "src/base/format-macros.h", |
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2770 ":fuzzer_support", | 2781 ":fuzzer_support", |
2771 ":lib_wasm_section_fuzzer", | 2782 ":lib_wasm_section_fuzzer", |
2772 ":wasm_module_runner", | 2783 ":wasm_module_runner", |
2773 ] | 2784 ] |
2774 | 2785 |
2775 configs = [ ":internal_config" ] | 2786 configs = [ ":internal_config" ] |
2776 } | 2787 } |
2777 | 2788 |
2778 v8_fuzzer("wasm_data_section_fuzzer") { | 2789 v8_fuzzer("wasm_data_section_fuzzer") { |
2779 } | 2790 } |
OLD | NEW |