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

Side by Side Diff: tools/gyp/v8.gyp

Issue 497083002: Move handler compilers to handler-compiler (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix include 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 | « src/x64/code-stubs-x64.cc ('k') | no next file » | 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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 '../../src/hydrogen-uint32-analysis.cc', 596 '../../src/hydrogen-uint32-analysis.cc',
597 '../../src/hydrogen-uint32-analysis.h', 597 '../../src/hydrogen-uint32-analysis.h',
598 '../../src/i18n.cc', 598 '../../src/i18n.cc',
599 '../../src/i18n.h', 599 '../../src/i18n.h',
600 '../../src/icu_util.cc', 600 '../../src/icu_util.cc',
601 '../../src/icu_util.h', 601 '../../src/icu_util.h',
602 '../../src/ic/access-compiler.cc', 602 '../../src/ic/access-compiler.cc',
603 '../../src/ic/access-compiler.h', 603 '../../src/ic/access-compiler.h',
604 '../../src/ic/call-optimization.cc', 604 '../../src/ic/call-optimization.cc',
605 '../../src/ic/call-optimization.h', 605 '../../src/ic/call-optimization.h',
606 '../../src/ic/handler-compiler.cc',
607 '../../src/ic/handler-compiler.h',
606 '../../src/ic/ic-inl.h', 608 '../../src/ic/ic-inl.h',
607 '../../src/ic/ic.cc', 609 '../../src/ic/ic.cc',
608 '../../src/ic/ic.h', 610 '../../src/ic/ic.h',
609 '../../src/ic/ic-compiler.cc', 611 '../../src/ic/ic-compiler.cc',
610 '../../src/ic/ic-compiler.h', 612 '../../src/ic/ic-compiler.h',
611 '../../src/interface.cc', 613 '../../src/interface.cc',
612 '../../src/interface.h', 614 '../../src/interface.h',
613 '../../src/interpreter-irregexp.cc', 615 '../../src/interpreter-irregexp.cc',
614 '../../src/interpreter-irregexp.h', 616 '../../src/interpreter-irregexp.h',
615 '../../src/isolate.cc', 617 '../../src/isolate.cc',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 '../../src/arm/macro-assembler-arm.cc', 789 '../../src/arm/macro-assembler-arm.cc',
788 '../../src/arm/macro-assembler-arm.h', 790 '../../src/arm/macro-assembler-arm.h',
789 '../../src/arm/regexp-macro-assembler-arm.cc', 791 '../../src/arm/regexp-macro-assembler-arm.cc',
790 '../../src/arm/regexp-macro-assembler-arm.h', 792 '../../src/arm/regexp-macro-assembler-arm.h',
791 '../../src/arm/simulator-arm.cc', 793 '../../src/arm/simulator-arm.cc',
792 '../../src/compiler/arm/code-generator-arm.cc', 794 '../../src/compiler/arm/code-generator-arm.cc',
793 '../../src/compiler/arm/instruction-codes-arm.h', 795 '../../src/compiler/arm/instruction-codes-arm.h',
794 '../../src/compiler/arm/instruction-selector-arm.cc', 796 '../../src/compiler/arm/instruction-selector-arm.cc',
795 '../../src/compiler/arm/linkage-arm.cc', 797 '../../src/compiler/arm/linkage-arm.cc',
796 '../../src/ic/arm/access-compiler-arm.cc', 798 '../../src/ic/arm/access-compiler-arm.cc',
799 '../../src/ic/arm/handler-compiler-arm.cc',
797 '../../src/ic/arm/ic-arm.cc', 800 '../../src/ic/arm/ic-arm.cc',
798 '../../src/ic/arm/ic-compiler-arm.cc', 801 '../../src/ic/arm/ic-compiler-arm.cc',
799 '../../src/ic/arm/stub-cache-arm.cc', 802 '../../src/ic/arm/stub-cache-arm.cc',
800 ], 803 ],
801 }], 804 }],
802 ['v8_target_arch=="arm64"', { 805 ['v8_target_arch=="arm64"', {
803 'sources': [ ### gcmole(arch:arm64) ### 806 'sources': [ ### gcmole(arch:arm64) ###
804 '../../src/arm64/assembler-arm64.cc', 807 '../../src/arm64/assembler-arm64.cc',
805 '../../src/arm64/assembler-arm64.h', 808 '../../src/arm64/assembler-arm64.h',
806 '../../src/arm64/assembler-arm64-inl.h', 809 '../../src/arm64/assembler-arm64-inl.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 '../../src/arm64/regexp-macro-assembler-arm64.h', 844 '../../src/arm64/regexp-macro-assembler-arm64.h',
842 '../../src/arm64/simulator-arm64.cc', 845 '../../src/arm64/simulator-arm64.cc',
843 '../../src/arm64/simulator-arm64.h', 846 '../../src/arm64/simulator-arm64.h',
844 '../../src/arm64/utils-arm64.cc', 847 '../../src/arm64/utils-arm64.cc',
845 '../../src/arm64/utils-arm64.h', 848 '../../src/arm64/utils-arm64.h',
846 '../../src/compiler/arm64/code-generator-arm64.cc', 849 '../../src/compiler/arm64/code-generator-arm64.cc',
847 '../../src/compiler/arm64/instruction-codes-arm64.h', 850 '../../src/compiler/arm64/instruction-codes-arm64.h',
848 '../../src/compiler/arm64/instruction-selector-arm64.cc', 851 '../../src/compiler/arm64/instruction-selector-arm64.cc',
849 '../../src/compiler/arm64/linkage-arm64.cc', 852 '../../src/compiler/arm64/linkage-arm64.cc',
850 '../../src/ic/arm64/access-compiler-arm64.cc', 853 '../../src/ic/arm64/access-compiler-arm64.cc',
854 '../../src/ic/arm64/handler-compiler-arm64.cc',
851 '../../src/ic/arm64/ic-arm64.cc', 855 '../../src/ic/arm64/ic-arm64.cc',
852 '../../src/ic/arm64/ic-compiler-arm64.cc', 856 '../../src/ic/arm64/ic-compiler-arm64.cc',
853 '../../src/ic/arm64/stub-cache-arm64.cc', 857 '../../src/ic/arm64/stub-cache-arm64.cc',
854 ], 858 ],
855 }], 859 }],
856 ['v8_target_arch=="ia32"', { 860 ['v8_target_arch=="ia32"', {
857 'sources': [ ### gcmole(arch:ia32) ### 861 'sources': [ ### gcmole(arch:ia32) ###
858 '../../src/ia32/assembler-ia32-inl.h', 862 '../../src/ia32/assembler-ia32-inl.h',
859 '../../src/ia32/assembler-ia32.cc', 863 '../../src/ia32/assembler-ia32.cc',
860 '../../src/ia32/assembler-ia32.h', 864 '../../src/ia32/assembler-ia32.h',
(...skipping 17 matching lines...) Expand all
878 '../../src/ia32/lithium-ia32.h', 882 '../../src/ia32/lithium-ia32.h',
879 '../../src/ia32/macro-assembler-ia32.cc', 883 '../../src/ia32/macro-assembler-ia32.cc',
880 '../../src/ia32/macro-assembler-ia32.h', 884 '../../src/ia32/macro-assembler-ia32.h',
881 '../../src/ia32/regexp-macro-assembler-ia32.cc', 885 '../../src/ia32/regexp-macro-assembler-ia32.cc',
882 '../../src/ia32/regexp-macro-assembler-ia32.h', 886 '../../src/ia32/regexp-macro-assembler-ia32.h',
883 '../../src/compiler/ia32/code-generator-ia32.cc', 887 '../../src/compiler/ia32/code-generator-ia32.cc',
884 '../../src/compiler/ia32/instruction-codes-ia32.h', 888 '../../src/compiler/ia32/instruction-codes-ia32.h',
885 '../../src/compiler/ia32/instruction-selector-ia32.cc', 889 '../../src/compiler/ia32/instruction-selector-ia32.cc',
886 '../../src/compiler/ia32/linkage-ia32.cc', 890 '../../src/compiler/ia32/linkage-ia32.cc',
887 '../../src/ic/ia32/access-compiler-ia32.cc', 891 '../../src/ic/ia32/access-compiler-ia32.cc',
892 '../../src/ic/ia32/handler-compiler-ia32.cc',
888 '../../src/ic/ia32/ic-ia32.cc', 893 '../../src/ic/ia32/ic-ia32.cc',
889 '../../src/ic/ia32/ic-compiler-ia32.cc', 894 '../../src/ic/ia32/ic-compiler-ia32.cc',
890 '../../src/ic/ia32/stub-cache-ia32.cc', 895 '../../src/ic/ia32/stub-cache-ia32.cc',
891 ], 896 ],
892 }], 897 }],
893 ['v8_target_arch=="x87"', { 898 ['v8_target_arch=="x87"', {
894 'sources': [ ### gcmole(arch:x87) ### 899 'sources': [ ### gcmole(arch:x87) ###
895 '../../src/x87/assembler-x87-inl.h', 900 '../../src/x87/assembler-x87-inl.h',
896 '../../src/x87/assembler-x87.cc', 901 '../../src/x87/assembler-x87.cc',
897 '../../src/x87/assembler-x87.h', 902 '../../src/x87/assembler-x87.h',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 '../../src/x64/lithium-x64.h', 1019 '../../src/x64/lithium-x64.h',
1015 '../../src/x64/macro-assembler-x64.cc', 1020 '../../src/x64/macro-assembler-x64.cc',
1016 '../../src/x64/macro-assembler-x64.h', 1021 '../../src/x64/macro-assembler-x64.h',
1017 '../../src/x64/regexp-macro-assembler-x64.cc', 1022 '../../src/x64/regexp-macro-assembler-x64.cc',
1018 '../../src/x64/regexp-macro-assembler-x64.h', 1023 '../../src/x64/regexp-macro-assembler-x64.h',
1019 '../../src/compiler/x64/code-generator-x64.cc', 1024 '../../src/compiler/x64/code-generator-x64.cc',
1020 '../../src/compiler/x64/instruction-codes-x64.h', 1025 '../../src/compiler/x64/instruction-codes-x64.h',
1021 '../../src/compiler/x64/instruction-selector-x64.cc', 1026 '../../src/compiler/x64/instruction-selector-x64.cc',
1022 '../../src/compiler/x64/linkage-x64.cc', 1027 '../../src/compiler/x64/linkage-x64.cc',
1023 '../../src/ic/x64/access-compiler-x64.cc', 1028 '../../src/ic/x64/access-compiler-x64.cc',
1029 '../../src/ic/x64/handler-compiler-x64.cc',
1024 '../../src/ic/x64/ic-x64.cc', 1030 '../../src/ic/x64/ic-x64.cc',
1025 '../../src/ic/x64/ic-compiler-x64.cc', 1031 '../../src/ic/x64/ic-compiler-x64.cc',
1026 '../../src/ic/x64/stub-cache-x64.cc', 1032 '../../src/ic/x64/stub-cache-x64.cc',
1027 ], 1033 ],
1028 }], 1034 }],
1029 ['OS=="linux"', { 1035 ['OS=="linux"', {
1030 'link_settings': { 1036 'link_settings': {
1031 'conditions': [ 1037 'conditions': [
1032 ['v8_compress_startup_data=="bz2"', { 1038 ['v8_compress_startup_data=="bz2"', {
1033 'libraries': [ 1039 'libraries': [
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1549 }], 1555 }],
1550 ['v8_compress_startup_data=="bz2"', { 1556 ['v8_compress_startup_data=="bz2"', {
1551 'libraries': [ 1557 'libraries': [
1552 '-lbz2', 1558 '-lbz2',
1553 ] 1559 ]
1554 }], 1560 }],
1555 ], 1561 ],
1556 }, 1562 },
1557 ], 1563 ],
1558 } 1564 }
OLDNEW
« no previous file with comments | « src/x64/code-stubs-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698