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

Side by Side Diff: BUILD.gn

Issue 434673002: Add new files to the GN build after r22709. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments by Jakob Kummerow. Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/gyp/v8.gyp » ('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 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
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/common-operator.h",
485 "src/compiler/control-builders.cc",
486 "src/compiler/control-builders.h",
487 "src/compiler/frame.h",
488 "src/compiler/gap-resolver.cc",
489 "src/compiler/gap-resolver.h",
490 "src/compiler/generic-algorithm-inl.h",
491 "src/compiler/generic-algorithm.h",
492 "src/compiler/generic-graph.h",
493 "src/compiler/generic-node-inl.h",
494 "src/compiler/generic-node.h",
495 "src/compiler/graph-builder.cc",
496 "src/compiler/graph-builder.h",
497 "src/compiler/graph-inl.h",
498 "src/compiler/graph-reducer.cc",
499 "src/compiler/graph-reducer.h",
500 "src/compiler/graph-replay.cc",
501 "src/compiler/graph-replay.h",
502 "src/compiler/graph-visualizer.cc",
503 "src/compiler/graph-visualizer.h",
504 "src/compiler/graph.cc",
505 "src/compiler/graph.h",
506 "src/compiler/instruction-codes.h",
507 "src/compiler/instruction-selector-impl.h",
508 "src/compiler/instruction-selector.cc",
509 "src/compiler/instruction-selector.h",
510 "src/compiler/instruction.cc",
511 "src/compiler/instruction.h",
512 "src/compiler/js-context-specialization.cc",
513 "src/compiler/js-context-specialization.h",
514 "src/compiler/js-generic-lowering.cc",
515 "src/compiler/js-generic-lowering.h",
516 "src/compiler/js-graph.cc",
517 "src/compiler/js-graph.h",
518 "src/compiler/js-operator.h",
519 "src/compiler/js-typed-lowering.cc",
520 "src/compiler/js-typed-lowering.h",
521 "src/compiler/linkage-impl.h",
522 "src/compiler/linkage.cc",
523 "src/compiler/linkage.h",
524 "src/compiler/lowering-builder.cc",
525 "src/compiler/lowering-builder.h",
526 "src/compiler/machine-node-factory.h",
527 "src/compiler/machine-operator-reducer.cc",
528 "src/compiler/machine-operator-reducer.h",
529 "src/compiler/machine-operator.h",
530 "src/compiler/node-aux-data-inl.h",
531 "src/compiler/node-aux-data.h",
532 "src/compiler/node-cache.cc",
533 "src/compiler/node-cache.h",
534 "src/compiler/node-matchers.h",
535 "src/compiler/node-properties-inl.h",
536 "src/compiler/node-properties.h",
537 "src/compiler/node.cc",
538 "src/compiler/node.h",
539 "src/compiler/opcodes.h",
540 "src/compiler/operator-properties-inl.h",
541 "src/compiler/operator-properties.h",
542 "src/compiler/operator.h",
543 "src/compiler/phi-reducer.h",
544 "src/compiler/pipeline.cc",
545 "src/compiler/pipeline.h",
546 "src/compiler/raw-machine-assembler.cc",
547 "src/compiler/raw-machine-assembler.h",
548 "src/compiler/register-allocator.cc",
549 "src/compiler/register-allocator.h",
550 "src/compiler/representation-change.h",
551 "src/compiler/schedule.cc",
552 "src/compiler/schedule.h",
553 "src/compiler/scheduler.cc",
554 "src/compiler/scheduler.h",
555 "src/compiler/simplified-lowering.cc",
556 "src/compiler/simplified-lowering.h",
557 "src/compiler/simplified-node-factory.h",
558 "src/compiler/simplified-operator.h",
559 "src/compiler/source-position.cc",
560 "src/compiler/source-position.h",
561 "src/compiler/structured-machine-assembler.cc",
562 "src/compiler/structured-machine-assembler.h",
563 "src/compiler/typer.cc",
564 "src/compiler/typer.h",
565 "src/compiler/verifier.cc",
566 "src/compiler/verifier.h",
478 "src/compiler.cc", 567 "src/compiler.cc",
479 "src/compiler.h", 568 "src/compiler.h",
480 "src/contexts.cc", 569 "src/contexts.cc",
481 "src/contexts.h", 570 "src/contexts.h",
482 "src/conversions-inl.h", 571 "src/conversions-inl.h",
483 "src/conversions.cc", 572 "src/conversions.cc",
484 "src/conversions.h", 573 "src/conversions.h",
485 "src/counters.cc", 574 "src/counters.cc",
486 "src/counters.h", 575 "src/counters.h",
487 "src/cpu-profiler-inl.h", 576 "src/cpu-profiler-inl.h",
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 "src/ia32/lithium-codegen-ia32.h", 887 "src/ia32/lithium-codegen-ia32.h",
799 "src/ia32/lithium-gap-resolver-ia32.cc", 888 "src/ia32/lithium-gap-resolver-ia32.cc",
800 "src/ia32/lithium-gap-resolver-ia32.h", 889 "src/ia32/lithium-gap-resolver-ia32.h",
801 "src/ia32/lithium-ia32.cc", 890 "src/ia32/lithium-ia32.cc",
802 "src/ia32/lithium-ia32.h", 891 "src/ia32/lithium-ia32.h",
803 "src/ia32/macro-assembler-ia32.cc", 892 "src/ia32/macro-assembler-ia32.cc",
804 "src/ia32/macro-assembler-ia32.h", 893 "src/ia32/macro-assembler-ia32.h",
805 "src/ia32/regexp-macro-assembler-ia32.cc", 894 "src/ia32/regexp-macro-assembler-ia32.cc",
806 "src/ia32/regexp-macro-assembler-ia32.h", 895 "src/ia32/regexp-macro-assembler-ia32.h",
807 "src/ia32/stub-cache-ia32.cc", 896 "src/ia32/stub-cache-ia32.cc",
897 "src/compiler/ia32/code-generator-ia32.cc",
898 "src/compiler/ia32/instruction-codes-ia32.h",
899 "src/compiler/ia32/instruction-selector-ia32.cc",
900 "src/compiler/ia32/linkage-ia32.cc",
808 ] 901 ]
809 } else if (v8_target_arch == "x64") { 902 } else if (v8_target_arch == "x64") {
810 sources += [ 903 sources += [
811 "src/x64/assembler-x64-inl.h", 904 "src/x64/assembler-x64-inl.h",
812 "src/x64/assembler-x64.cc", 905 "src/x64/assembler-x64.cc",
813 "src/x64/assembler-x64.h", 906 "src/x64/assembler-x64.h",
814 "src/x64/builtins-x64.cc", 907 "src/x64/builtins-x64.cc",
815 "src/x64/code-stubs-x64.cc", 908 "src/x64/code-stubs-x64.cc",
816 "src/x64/code-stubs-x64.h", 909 "src/x64/code-stubs-x64.h",
817 "src/x64/codegen-x64.cc", 910 "src/x64/codegen-x64.cc",
(...skipping 10 matching lines...) Expand all
828 "src/x64/lithium-codegen-x64.h", 921 "src/x64/lithium-codegen-x64.h",
829 "src/x64/lithium-gap-resolver-x64.cc", 922 "src/x64/lithium-gap-resolver-x64.cc",
830 "src/x64/lithium-gap-resolver-x64.h", 923 "src/x64/lithium-gap-resolver-x64.h",
831 "src/x64/lithium-x64.cc", 924 "src/x64/lithium-x64.cc",
832 "src/x64/lithium-x64.h", 925 "src/x64/lithium-x64.h",
833 "src/x64/macro-assembler-x64.cc", 926 "src/x64/macro-assembler-x64.cc",
834 "src/x64/macro-assembler-x64.h", 927 "src/x64/macro-assembler-x64.h",
835 "src/x64/regexp-macro-assembler-x64.cc", 928 "src/x64/regexp-macro-assembler-x64.cc",
836 "src/x64/regexp-macro-assembler-x64.h", 929 "src/x64/regexp-macro-assembler-x64.h",
837 "src/x64/stub-cache-x64.cc", 930 "src/x64/stub-cache-x64.cc",
931 "src/compiler/x64/code-generator-x64.cc",
932 "src/compiler/x64/instruction-codes-x64.h",
933 "src/compiler/x64/instruction-selector-x64.cc",
934 "src/compiler/x64/linkage-x64.cc",
838 ] 935 ]
839 } else if (v8_target_arch == "arm") { 936 } else if (v8_target_arch == "arm") {
840 sources += [ 937 sources += [
841 "src/arm/assembler-arm-inl.h", 938 "src/arm/assembler-arm-inl.h",
842 "src/arm/assembler-arm.cc", 939 "src/arm/assembler-arm.cc",
843 "src/arm/assembler-arm.h", 940 "src/arm/assembler-arm.h",
844 "src/arm/builtins-arm.cc", 941 "src/arm/builtins-arm.cc",
845 "src/arm/code-stubs-arm.cc", 942 "src/arm/code-stubs-arm.cc",
846 "src/arm/code-stubs-arm.h", 943 "src/arm/code-stubs-arm.h",
847 "src/arm/codegen-arm.cc", 944 "src/arm/codegen-arm.cc",
(...skipping 13 matching lines...) Expand all
861 "src/arm/lithium-codegen-arm.cc", 958 "src/arm/lithium-codegen-arm.cc",
862 "src/arm/lithium-codegen-arm.h", 959 "src/arm/lithium-codegen-arm.h",
863 "src/arm/lithium-gap-resolver-arm.cc", 960 "src/arm/lithium-gap-resolver-arm.cc",
864 "src/arm/lithium-gap-resolver-arm.h", 961 "src/arm/lithium-gap-resolver-arm.h",
865 "src/arm/macro-assembler-arm.cc", 962 "src/arm/macro-assembler-arm.cc",
866 "src/arm/macro-assembler-arm.h", 963 "src/arm/macro-assembler-arm.h",
867 "src/arm/regexp-macro-assembler-arm.cc", 964 "src/arm/regexp-macro-assembler-arm.cc",
868 "src/arm/regexp-macro-assembler-arm.h", 965 "src/arm/regexp-macro-assembler-arm.h",
869 "src/arm/simulator-arm.cc", 966 "src/arm/simulator-arm.cc",
870 "src/arm/stub-cache-arm.cc", 967 "src/arm/stub-cache-arm.cc",
968 "src/compiler/arm/code-generator-arm.cc",
969 "src/compiler/arm/instruction-codes-arm.h",
970 "src/compiler/arm/instruction-selector-arm.cc",
971 "src/compiler/arm/linkage-arm.cc",
871 ] 972 ]
872 } else if (v8_target_arch == "arm64") { 973 } else if (v8_target_arch == "arm64") {
873 sources += [ 974 sources += [
874 "src/arm64/assembler-arm64.cc", 975 "src/arm64/assembler-arm64.cc",
875 "src/arm64/assembler-arm64.h", 976 "src/arm64/assembler-arm64.h",
876 "src/arm64/assembler-arm64-inl.h", 977 "src/arm64/assembler-arm64-inl.h",
877 "src/arm64/builtins-arm64.cc", 978 "src/arm64/builtins-arm64.cc",
878 "src/arm64/codegen-arm64.cc", 979 "src/arm64/codegen-arm64.cc",
879 "src/arm64/codegen-arm64.h", 980 "src/arm64/codegen-arm64.h",
880 "src/arm64/code-stubs-arm64.cc", 981 "src/arm64/code-stubs-arm64.cc",
(...skipping 24 matching lines...) Expand all
905 "src/arm64/macro-assembler-arm64.cc", 1006 "src/arm64/macro-assembler-arm64.cc",
906 "src/arm64/macro-assembler-arm64.h", 1007 "src/arm64/macro-assembler-arm64.h",
907 "src/arm64/macro-assembler-arm64-inl.h", 1008 "src/arm64/macro-assembler-arm64-inl.h",
908 "src/arm64/regexp-macro-assembler-arm64.cc", 1009 "src/arm64/regexp-macro-assembler-arm64.cc",
909 "src/arm64/regexp-macro-assembler-arm64.h", 1010 "src/arm64/regexp-macro-assembler-arm64.h",
910 "src/arm64/simulator-arm64.cc", 1011 "src/arm64/simulator-arm64.cc",
911 "src/arm64/simulator-arm64.h", 1012 "src/arm64/simulator-arm64.h",
912 "src/arm64/stub-cache-arm64.cc", 1013 "src/arm64/stub-cache-arm64.cc",
913 "src/arm64/utils-arm64.cc", 1014 "src/arm64/utils-arm64.cc",
914 "src/arm64/utils-arm64.h", 1015 "src/arm64/utils-arm64.h",
1016 "src/compiler/arm64/code-generator-arm64.cc",
1017 "src/compiler/arm64/instruction-codes-arm64.h",
1018 "src/compiler/arm64/instruction-selector-arm64.cc",
1019 "src/compiler/arm64/linkage-arm64.cc",
915 ] 1020 ]
916 } else if (v8_target_arch == "mipsel") { 1021 } else if (v8_target_arch == "mipsel") {
917 sources += [ 1022 sources += [
918 "src/mips/assembler-mips.cc", 1023 "src/mips/assembler-mips.cc",
919 "src/mips/assembler-mips.h", 1024 "src/mips/assembler-mips.h",
920 "src/mips/assembler-mips-inl.h", 1025 "src/mips/assembler-mips-inl.h",
921 "src/mips/builtins-mips.cc", 1026 "src/mips/builtins-mips.cc",
922 "src/mips/codegen-mips.cc", 1027 "src/mips/codegen-mips.cc",
923 "src/mips/codegen-mips.h", 1028 "src/mips/codegen-mips.h",
924 "src/mips/code-stubs-mips.cc", 1029 "src/mips/code-stubs-mips.cc",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 deps = [ 1283 deps = [
1179 ":v8_base", 1284 ":v8_base",
1180 ":v8_nosnapshot", 1285 ":v8_nosnapshot",
1181 ] 1286 ]
1182 } 1287 }
1183 1288
1184 direct_dependent_configs = [ ":external_config" ] 1289 direct_dependent_configs = [ ":external_config" ]
1185 } 1290 }
1186 1291
1187 } 1292 }
OLDNEW
« no previous file with comments | « no previous file | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698