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 # TODO(jochen): These will need to be user-settable to support standalone V8 | 5 # TODO(jochen): These will need to be user-settable to support standalone V8 |
6 # builds. | 6 # builds. |
7 v8_compress_startup_data = "off" | 7 v8_compress_startup_data = "off" |
8 v8_deprecation_warnings = false | 8 v8_deprecation_warnings = false |
9 v8_enable_disassembler = false | 9 v8_enable_disassembler = false |
10 v8_enable_gdbjit = false | 10 v8_enable_gdbjit = false |
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
468 "src/circular-queue-inl.h", | 468 "src/circular-queue-inl.h", |
469 "src/circular-queue.h", | 469 "src/circular-queue.h", |
470 "src/code-stubs.cc", | 470 "src/code-stubs.cc", |
471 "src/code-stubs.h", | 471 "src/code-stubs.h", |
472 "src/code-stubs-hydrogen.cc", | 472 "src/code-stubs-hydrogen.cc", |
473 "src/code.h", | 473 "src/code.h", |
474 "src/codegen.cc", | 474 "src/codegen.cc", |
475 "src/codegen.h", | 475 "src/codegen.h", |
476 "src/compilation-cache.cc", | 476 "src/compilation-cache.cc", |
477 "src/compilation-cache.h", | 477 "src/compilation-cache.h", |
478 "src/compiler/ast-graph-builder.cc", | |
479 "src/compiler/ast-graph-builder.h", | |
480 "src/compiler/code-generator-impl.h", | |
481 "src/compiler/code-generator.cc", | |
482 "src/compiler/code-generator.h", | |
483 "src/compiler/common-node-cache.h", | |
484 "src/compiler/control-builders.cc", | |
485 "src/compiler/control-builders.h", | |
486 "src/compiler/frame.h", | |
487 "src/compiler/gap-resolver.cc", | |
488 "src/compiler/gap-resolver.h", | |
489 "src/compiler/generic-algorithm-inl.h", | |
490 "src/compiler/generic-algorithm.h", | |
491 "src/compiler/generic-graph.h", | |
492 "src/compiler/generic-node-inl.h", | |
493 "src/compiler/generic-node.h", | |
494 "src/compiler/graph-builder.cc", | |
495 "src/compiler/graph-builder.h", | |
496 "src/compiler/graph-inl.h", | |
497 "src/compiler/graph-reducer.cc", | |
498 "src/compiler/graph-reducer.h", | |
499 "src/compiler/graph-replay.cc", | |
500 "src/compiler/graph-replay.h", | |
501 "src/compiler/graph-visualizer.cc", | |
502 "src/compiler/graph-visualizer.h", | |
503 "src/compiler/graph.cc", | |
504 "src/compiler/graph.h", | |
505 "src/compiler/instruction-codes.h", | |
506 "src/compiler/instruction-selector-impl.h", | |
507 "src/compiler/instruction-selector.cc", | |
508 "src/compiler/instruction-selector.h", | |
509 "src/compiler/instruction.cc", | |
510 "src/compiler/instruction.h", | |
511 "src/compiler/js-context-specialization.cc", | |
512 "src/compiler/js-context-specialization.h", | |
513 "src/compiler/js-generic-lowering.cc", | |
514 "src/compiler/js-generic-lowering.h", | |
515 "src/compiler/js-graph.cc", | |
516 "src/compiler/js-graph.h", | |
517 "src/compiler/js-operator.h", | |
518 "src/compiler/js-typed-lowering.cc", | |
519 "src/compiler/js-typed-lowering.h", | |
520 "src/compiler/linkage-impl.h", | |
521 "src/compiler/linkage.cc", | |
522 "src/compiler/linkage.h", | |
523 "src/compiler/lowering-builder.cc", | |
524 "src/compiler/lowering-builder.h", | |
525 "src/compiler/machine-node-factory.h", | |
526 "src/compiler/machine-operator-reducer.cc", | |
527 "src/compiler/machine-operator-reducer.h", | |
528 "src/compiler/machine-operator.h", | |
529 "src/compiler/node-aux-data-inl.h", | |
530 "src/compiler/node-aux-data.h", | |
531 "src/compiler/node-cache.cc", | |
532 "src/compiler/node-cache.h", | |
533 "src/compiler/node-matchers.h", | |
534 "src/compiler/node-properties-inl.h", | |
535 "src/compiler/node-properties.h", | |
536 "src/compiler/node.cc", | |
537 "src/compiler/node.h", | |
538 "src/compiler/operator-properties-inl.h", | |
539 "src/compiler/operator-properties.h", | |
540 "src/compiler/operator.h", | |
541 "src/compiler/phi-reducer.h", | |
542 "src/compiler/pipeline.cc", | |
543 "src/compiler/pipeline.h", | |
544 "src/compiler/raw-machine-assembler.cc", | |
545 "src/compiler/raw-machine-assembler.h", | |
546 "src/compiler/register-allocator.cc", | |
547 "src/compiler/register-allocator.h", | |
548 "src/compiler/representation-changer.h", | |
Jakob Kummerow
2014/07/31 15:24:50
in my checkout this file is called representation-
Michael Starzinger
2014/07/31 15:31:28
Done.
| |
549 "src/compiler/schedule.cc", | |
550 "src/compiler/schedule.h", | |
551 "src/compiler/scheduler.cc", | |
552 "src/compiler/scheduler.h", | |
553 "src/compiler/simplified-lowering.cc", | |
554 "src/compiler/simplified-lowering.h", | |
555 "src/compiler/simplified-node-factory.h", | |
556 "src/compiler/simplified-operator.h", | |
557 "src/compiler/source-position.cc", | |
558 "src/compiler/source-position.h", | |
559 "src/compiler/structured-machine-assembler.cc", | |
560 "src/compiler/structured-machine-assembler.h", | |
561 "src/compiler/typer.cc", | |
562 "src/compiler/typer.h", | |
563 "src/compiler/verifier.cc", | |
564 "src/compiler/verifier.h", | |
478 "src/compiler.cc", | 565 "src/compiler.cc", |
479 "src/compiler.h", | 566 "src/compiler.h", |
480 "src/contexts.cc", | 567 "src/contexts.cc", |
481 "src/contexts.h", | 568 "src/contexts.h", |
482 "src/conversions-inl.h", | 569 "src/conversions-inl.h", |
483 "src/conversions.cc", | 570 "src/conversions.cc", |
484 "src/conversions.h", | 571 "src/conversions.h", |
485 "src/counters.cc", | 572 "src/counters.cc", |
486 "src/counters.h", | 573 "src/counters.h", |
487 "src/cpu-profiler-inl.h", | 574 "src/cpu-profiler-inl.h", |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
798 "src/ia32/lithium-codegen-ia32.h", | 885 "src/ia32/lithium-codegen-ia32.h", |
799 "src/ia32/lithium-gap-resolver-ia32.cc", | 886 "src/ia32/lithium-gap-resolver-ia32.cc", |
800 "src/ia32/lithium-gap-resolver-ia32.h", | 887 "src/ia32/lithium-gap-resolver-ia32.h", |
801 "src/ia32/lithium-ia32.cc", | 888 "src/ia32/lithium-ia32.cc", |
802 "src/ia32/lithium-ia32.h", | 889 "src/ia32/lithium-ia32.h", |
803 "src/ia32/macro-assembler-ia32.cc", | 890 "src/ia32/macro-assembler-ia32.cc", |
804 "src/ia32/macro-assembler-ia32.h", | 891 "src/ia32/macro-assembler-ia32.h", |
805 "src/ia32/regexp-macro-assembler-ia32.cc", | 892 "src/ia32/regexp-macro-assembler-ia32.cc", |
806 "src/ia32/regexp-macro-assembler-ia32.h", | 893 "src/ia32/regexp-macro-assembler-ia32.h", |
807 "src/ia32/stub-cache-ia32.cc", | 894 "src/ia32/stub-cache-ia32.cc", |
895 "src/compiler/ia32/code-generator-ia32.cc", | |
896 "src/compiler/ia32/instruction-codes-ia32.h", | |
897 "src/compiler/ia32/instruction-selector-ia32.cc", | |
898 "src/compiler/ia32/linkage-ia32.cc", | |
808 ] | 899 ] |
809 } else if (v8_target_arch == "x64") { | 900 } else if (v8_target_arch == "x64") { |
810 sources += [ | 901 sources += [ |
811 "src/x64/assembler-x64-inl.h", | 902 "src/x64/assembler-x64-inl.h", |
812 "src/x64/assembler-x64.cc", | 903 "src/x64/assembler-x64.cc", |
813 "src/x64/assembler-x64.h", | 904 "src/x64/assembler-x64.h", |
814 "src/x64/builtins-x64.cc", | 905 "src/x64/builtins-x64.cc", |
815 "src/x64/code-stubs-x64.cc", | 906 "src/x64/code-stubs-x64.cc", |
816 "src/x64/code-stubs-x64.h", | 907 "src/x64/code-stubs-x64.h", |
817 "src/x64/codegen-x64.cc", | 908 "src/x64/codegen-x64.cc", |
(...skipping 10 matching lines...) Expand all Loading... | |
828 "src/x64/lithium-codegen-x64.h", | 919 "src/x64/lithium-codegen-x64.h", |
829 "src/x64/lithium-gap-resolver-x64.cc", | 920 "src/x64/lithium-gap-resolver-x64.cc", |
830 "src/x64/lithium-gap-resolver-x64.h", | 921 "src/x64/lithium-gap-resolver-x64.h", |
831 "src/x64/lithium-x64.cc", | 922 "src/x64/lithium-x64.cc", |
832 "src/x64/lithium-x64.h", | 923 "src/x64/lithium-x64.h", |
833 "src/x64/macro-assembler-x64.cc", | 924 "src/x64/macro-assembler-x64.cc", |
834 "src/x64/macro-assembler-x64.h", | 925 "src/x64/macro-assembler-x64.h", |
835 "src/x64/regexp-macro-assembler-x64.cc", | 926 "src/x64/regexp-macro-assembler-x64.cc", |
836 "src/x64/regexp-macro-assembler-x64.h", | 927 "src/x64/regexp-macro-assembler-x64.h", |
837 "src/x64/stub-cache-x64.cc", | 928 "src/x64/stub-cache-x64.cc", |
929 "src/compiler/x64/code-generator-x64.cc", | |
930 "src/compiler/x64/instruction-codes-x64.h", | |
931 "src/compiler/x64/instruction-selector-x64.cc", | |
932 "src/compiler/x64/linkage-x64.cc", | |
838 ] | 933 ] |
839 } else if (v8_target_arch == "arm") { | 934 } else if (v8_target_arch == "arm") { |
840 sources += [ | 935 sources += [ |
841 "src/arm/assembler-arm-inl.h", | 936 "src/arm/assembler-arm-inl.h", |
842 "src/arm/assembler-arm.cc", | 937 "src/arm/assembler-arm.cc", |
843 "src/arm/assembler-arm.h", | 938 "src/arm/assembler-arm.h", |
844 "src/arm/builtins-arm.cc", | 939 "src/arm/builtins-arm.cc", |
845 "src/arm/code-stubs-arm.cc", | 940 "src/arm/code-stubs-arm.cc", |
846 "src/arm/code-stubs-arm.h", | 941 "src/arm/code-stubs-arm.h", |
847 "src/arm/codegen-arm.cc", | 942 "src/arm/codegen-arm.cc", |
(...skipping 13 matching lines...) Expand all Loading... | |
861 "src/arm/lithium-codegen-arm.cc", | 956 "src/arm/lithium-codegen-arm.cc", |
862 "src/arm/lithium-codegen-arm.h", | 957 "src/arm/lithium-codegen-arm.h", |
863 "src/arm/lithium-gap-resolver-arm.cc", | 958 "src/arm/lithium-gap-resolver-arm.cc", |
864 "src/arm/lithium-gap-resolver-arm.h", | 959 "src/arm/lithium-gap-resolver-arm.h", |
865 "src/arm/macro-assembler-arm.cc", | 960 "src/arm/macro-assembler-arm.cc", |
866 "src/arm/macro-assembler-arm.h", | 961 "src/arm/macro-assembler-arm.h", |
867 "src/arm/regexp-macro-assembler-arm.cc", | 962 "src/arm/regexp-macro-assembler-arm.cc", |
868 "src/arm/regexp-macro-assembler-arm.h", | 963 "src/arm/regexp-macro-assembler-arm.h", |
869 "src/arm/simulator-arm.cc", | 964 "src/arm/simulator-arm.cc", |
870 "src/arm/stub-cache-arm.cc", | 965 "src/arm/stub-cache-arm.cc", |
966 "src/compiler/arm/code-generator-arm.cc", | |
967 "src/compiler/arm/instruction-codes-arm.h", | |
968 "src/compiler/arm/instruction-selector-arm.cc", | |
969 "src/compiler/arm/linkage-arm.cc", | |
871 ] | 970 ] |
872 } else if (v8_target_arch == "arm64") { | 971 } else if (v8_target_arch == "arm64") { |
873 sources += [ | 972 sources += [ |
874 "src/arm64/assembler-arm64.cc", | 973 "src/arm64/assembler-arm64.cc", |
875 "src/arm64/assembler-arm64.h", | 974 "src/arm64/assembler-arm64.h", |
876 "src/arm64/assembler-arm64-inl.h", | 975 "src/arm64/assembler-arm64-inl.h", |
877 "src/arm64/builtins-arm64.cc", | 976 "src/arm64/builtins-arm64.cc", |
878 "src/arm64/codegen-arm64.cc", | 977 "src/arm64/codegen-arm64.cc", |
879 "src/arm64/codegen-arm64.h", | 978 "src/arm64/codegen-arm64.h", |
880 "src/arm64/code-stubs-arm64.cc", | 979 "src/arm64/code-stubs-arm64.cc", |
(...skipping 24 matching lines...) Expand all Loading... | |
905 "src/arm64/macro-assembler-arm64.cc", | 1004 "src/arm64/macro-assembler-arm64.cc", |
906 "src/arm64/macro-assembler-arm64.h", | 1005 "src/arm64/macro-assembler-arm64.h", |
907 "src/arm64/macro-assembler-arm64-inl.h", | 1006 "src/arm64/macro-assembler-arm64-inl.h", |
908 "src/arm64/regexp-macro-assembler-arm64.cc", | 1007 "src/arm64/regexp-macro-assembler-arm64.cc", |
909 "src/arm64/regexp-macro-assembler-arm64.h", | 1008 "src/arm64/regexp-macro-assembler-arm64.h", |
910 "src/arm64/simulator-arm64.cc", | 1009 "src/arm64/simulator-arm64.cc", |
911 "src/arm64/simulator-arm64.h", | 1010 "src/arm64/simulator-arm64.h", |
912 "src/arm64/stub-cache-arm64.cc", | 1011 "src/arm64/stub-cache-arm64.cc", |
913 "src/arm64/utils-arm64.cc", | 1012 "src/arm64/utils-arm64.cc", |
914 "src/arm64/utils-arm64.h", | 1013 "src/arm64/utils-arm64.h", |
1014 "src/compiler/arm64/code-generator-arm64.cc", | |
1015 "src/compiler/arm64/instruction-codes-arm64.h", | |
1016 "src/compiler/arm64/instruction-selector-arm64.cc", | |
1017 "src/compiler/arm64/linkage-arm64.cc", | |
915 ] | 1018 ] |
916 } else if (v8_target_arch == "mipsel") { | 1019 } else if (v8_target_arch == "mipsel") { |
917 sources += [ | 1020 sources += [ |
918 "src/mips/assembler-mips.cc", | 1021 "src/mips/assembler-mips.cc", |
919 "src/mips/assembler-mips.h", | 1022 "src/mips/assembler-mips.h", |
920 "src/mips/assembler-mips-inl.h", | 1023 "src/mips/assembler-mips-inl.h", |
921 "src/mips/builtins-mips.cc", | 1024 "src/mips/builtins-mips.cc", |
922 "src/mips/codegen-mips.cc", | 1025 "src/mips/codegen-mips.cc", |
923 "src/mips/codegen-mips.h", | 1026 "src/mips/codegen-mips.h", |
924 "src/mips/code-stubs-mips.cc", | 1027 "src/mips/code-stubs-mips.cc", |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1178 deps = [ | 1281 deps = [ |
1179 ":v8_base", | 1282 ":v8_base", |
1180 ":v8_nosnapshot", | 1283 ":v8_nosnapshot", |
1181 ] | 1284 ] |
1182 } | 1285 } |
1183 | 1286 |
1184 direct_dependent_configs = [ ":external_config" ] | 1287 direct_dependent_configs = [ ":external_config" ] |
1185 } | 1288 } |
1186 | 1289 |
1187 } | 1290 } |
OLD | NEW |