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

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

Issue 517993002: Refactoring InterfaceDescriptors away from code-stubs.h (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Ports. Created 6 years, 3 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/interface-descriptors-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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 '../../src/ic/handler-compiler.cc', 606 '../../src/ic/handler-compiler.cc',
607 '../../src/ic/handler-compiler.h', 607 '../../src/ic/handler-compiler.h',
608 '../../src/ic/ic-inl.h', 608 '../../src/ic/ic-inl.h',
609 '../../src/ic/ic.cc', 609 '../../src/ic/ic.cc',
610 '../../src/ic/ic.h', 610 '../../src/ic/ic.h',
611 '../../src/ic/ic-compiler.cc', 611 '../../src/ic/ic-compiler.cc',
612 '../../src/ic/ic-compiler.h', 612 '../../src/ic/ic-compiler.h',
613 '../../src/ic/ic-conventions.h', 613 '../../src/ic/ic-conventions.h',
614 '../../src/interface.cc', 614 '../../src/interface.cc',
615 '../../src/interface.h', 615 '../../src/interface.h',
616 '../../src/interface-descriptors.cc',
617 '../../src/interface-descriptors.h',
616 '../../src/interpreter-irregexp.cc', 618 '../../src/interpreter-irregexp.cc',
617 '../../src/interpreter-irregexp.h', 619 '../../src/interpreter-irregexp.h',
618 '../../src/isolate.cc', 620 '../../src/isolate.cc',
619 '../../src/isolate.h', 621 '../../src/isolate.h',
620 '../../src/json-parser.h', 622 '../../src/json-parser.h',
621 '../../src/json-stringifier.h', 623 '../../src/json-stringifier.h',
622 '../../src/jsregexp-inl.h', 624 '../../src/jsregexp-inl.h',
623 '../../src/jsregexp.cc', 625 '../../src/jsregexp.cc',
624 '../../src/jsregexp.h', 626 '../../src/jsregexp.h',
625 '../../src/list-inl.h', 627 '../../src/list-inl.h',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 '../../src/arm/codegen-arm.h', 776 '../../src/arm/codegen-arm.h',
775 '../../src/arm/constants-arm.h', 777 '../../src/arm/constants-arm.h',
776 '../../src/arm/constants-arm.cc', 778 '../../src/arm/constants-arm.cc',
777 '../../src/arm/cpu-arm.cc', 779 '../../src/arm/cpu-arm.cc',
778 '../../src/arm/debug-arm.cc', 780 '../../src/arm/debug-arm.cc',
779 '../../src/arm/deoptimizer-arm.cc', 781 '../../src/arm/deoptimizer-arm.cc',
780 '../../src/arm/disasm-arm.cc', 782 '../../src/arm/disasm-arm.cc',
781 '../../src/arm/frames-arm.cc', 783 '../../src/arm/frames-arm.cc',
782 '../../src/arm/frames-arm.h', 784 '../../src/arm/frames-arm.h',
783 '../../src/arm/full-codegen-arm.cc', 785 '../../src/arm/full-codegen-arm.cc',
786 '../../src/arm/interface-descriptors-arm.cc',
787 '../../src/arm/interface-descriptors-arm.h',
784 '../../src/arm/lithium-arm.cc', 788 '../../src/arm/lithium-arm.cc',
785 '../../src/arm/lithium-arm.h', 789 '../../src/arm/lithium-arm.h',
786 '../../src/arm/lithium-codegen-arm.cc', 790 '../../src/arm/lithium-codegen-arm.cc',
787 '../../src/arm/lithium-codegen-arm.h', 791 '../../src/arm/lithium-codegen-arm.h',
788 '../../src/arm/lithium-gap-resolver-arm.cc', 792 '../../src/arm/lithium-gap-resolver-arm.cc',
789 '../../src/arm/lithium-gap-resolver-arm.h', 793 '../../src/arm/lithium-gap-resolver-arm.h',
790 '../../src/arm/macro-assembler-arm.cc', 794 '../../src/arm/macro-assembler-arm.cc',
791 '../../src/arm/macro-assembler-arm.h', 795 '../../src/arm/macro-assembler-arm.h',
792 '../../src/arm/regexp-macro-assembler-arm.cc', 796 '../../src/arm/regexp-macro-assembler-arm.cc',
793 '../../src/arm/regexp-macro-assembler-arm.h', 797 '../../src/arm/regexp-macro-assembler-arm.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 '../../src/arm64/deoptimizer-arm64.cc', 830 '../../src/arm64/deoptimizer-arm64.cc',
827 '../../src/arm64/disasm-arm64.cc', 831 '../../src/arm64/disasm-arm64.cc',
828 '../../src/arm64/disasm-arm64.h', 832 '../../src/arm64/disasm-arm64.h',
829 '../../src/arm64/frames-arm64.cc', 833 '../../src/arm64/frames-arm64.cc',
830 '../../src/arm64/frames-arm64.h', 834 '../../src/arm64/frames-arm64.h',
831 '../../src/arm64/full-codegen-arm64.cc', 835 '../../src/arm64/full-codegen-arm64.cc',
832 '../../src/arm64/instructions-arm64.cc', 836 '../../src/arm64/instructions-arm64.cc',
833 '../../src/arm64/instructions-arm64.h', 837 '../../src/arm64/instructions-arm64.h',
834 '../../src/arm64/instrument-arm64.cc', 838 '../../src/arm64/instrument-arm64.cc',
835 '../../src/arm64/instrument-arm64.h', 839 '../../src/arm64/instrument-arm64.h',
840 '../../src/arm64/interface-descriptors-arm64.cc',
841 '../../src/arm64/interface-descriptors-arm64.h',
836 '../../src/arm64/lithium-arm64.cc', 842 '../../src/arm64/lithium-arm64.cc',
837 '../../src/arm64/lithium-arm64.h', 843 '../../src/arm64/lithium-arm64.h',
838 '../../src/arm64/lithium-codegen-arm64.cc', 844 '../../src/arm64/lithium-codegen-arm64.cc',
839 '../../src/arm64/lithium-codegen-arm64.h', 845 '../../src/arm64/lithium-codegen-arm64.h',
840 '../../src/arm64/lithium-gap-resolver-arm64.cc', 846 '../../src/arm64/lithium-gap-resolver-arm64.cc',
841 '../../src/arm64/lithium-gap-resolver-arm64.h', 847 '../../src/arm64/lithium-gap-resolver-arm64.h',
842 '../../src/arm64/macro-assembler-arm64.cc', 848 '../../src/arm64/macro-assembler-arm64.cc',
843 '../../src/arm64/macro-assembler-arm64.h', 849 '../../src/arm64/macro-assembler-arm64.h',
844 '../../src/arm64/macro-assembler-arm64-inl.h', 850 '../../src/arm64/macro-assembler-arm64-inl.h',
845 '../../src/arm64/regexp-macro-assembler-arm64.cc', 851 '../../src/arm64/regexp-macro-assembler-arm64.cc',
(...skipping 24 matching lines...) Expand all
870 '../../src/ia32/code-stubs-ia32.h', 876 '../../src/ia32/code-stubs-ia32.h',
871 '../../src/ia32/codegen-ia32.cc', 877 '../../src/ia32/codegen-ia32.cc',
872 '../../src/ia32/codegen-ia32.h', 878 '../../src/ia32/codegen-ia32.h',
873 '../../src/ia32/cpu-ia32.cc', 879 '../../src/ia32/cpu-ia32.cc',
874 '../../src/ia32/debug-ia32.cc', 880 '../../src/ia32/debug-ia32.cc',
875 '../../src/ia32/deoptimizer-ia32.cc', 881 '../../src/ia32/deoptimizer-ia32.cc',
876 '../../src/ia32/disasm-ia32.cc', 882 '../../src/ia32/disasm-ia32.cc',
877 '../../src/ia32/frames-ia32.cc', 883 '../../src/ia32/frames-ia32.cc',
878 '../../src/ia32/frames-ia32.h', 884 '../../src/ia32/frames-ia32.h',
879 '../../src/ia32/full-codegen-ia32.cc', 885 '../../src/ia32/full-codegen-ia32.cc',
886 '../../src/ia32/interface-descriptors-ia32.cc',
880 '../../src/ia32/lithium-codegen-ia32.cc', 887 '../../src/ia32/lithium-codegen-ia32.cc',
881 '../../src/ia32/lithium-codegen-ia32.h', 888 '../../src/ia32/lithium-codegen-ia32.h',
882 '../../src/ia32/lithium-gap-resolver-ia32.cc', 889 '../../src/ia32/lithium-gap-resolver-ia32.cc',
883 '../../src/ia32/lithium-gap-resolver-ia32.h', 890 '../../src/ia32/lithium-gap-resolver-ia32.h',
884 '../../src/ia32/lithium-ia32.cc', 891 '../../src/ia32/lithium-ia32.cc',
885 '../../src/ia32/lithium-ia32.h', 892 '../../src/ia32/lithium-ia32.h',
886 '../../src/ia32/macro-assembler-ia32.cc', 893 '../../src/ia32/macro-assembler-ia32.cc',
887 '../../src/ia32/macro-assembler-ia32.h', 894 '../../src/ia32/macro-assembler-ia32.h',
888 '../../src/ia32/regexp-macro-assembler-ia32.cc', 895 '../../src/ia32/regexp-macro-assembler-ia32.cc',
889 '../../src/ia32/regexp-macro-assembler-ia32.h', 896 '../../src/ia32/regexp-macro-assembler-ia32.h',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 '../../src/x64/code-stubs-x64.h', 1027 '../../src/x64/code-stubs-x64.h',
1021 '../../src/x64/codegen-x64.cc', 1028 '../../src/x64/codegen-x64.cc',
1022 '../../src/x64/codegen-x64.h', 1029 '../../src/x64/codegen-x64.h',
1023 '../../src/x64/cpu-x64.cc', 1030 '../../src/x64/cpu-x64.cc',
1024 '../../src/x64/debug-x64.cc', 1031 '../../src/x64/debug-x64.cc',
1025 '../../src/x64/deoptimizer-x64.cc', 1032 '../../src/x64/deoptimizer-x64.cc',
1026 '../../src/x64/disasm-x64.cc', 1033 '../../src/x64/disasm-x64.cc',
1027 '../../src/x64/frames-x64.cc', 1034 '../../src/x64/frames-x64.cc',
1028 '../../src/x64/frames-x64.h', 1035 '../../src/x64/frames-x64.h',
1029 '../../src/x64/full-codegen-x64.cc', 1036 '../../src/x64/full-codegen-x64.cc',
1037 '../../src/x64/interface-descriptors-x64.cc',
1030 '../../src/x64/lithium-codegen-x64.cc', 1038 '../../src/x64/lithium-codegen-x64.cc',
1031 '../../src/x64/lithium-codegen-x64.h', 1039 '../../src/x64/lithium-codegen-x64.h',
1032 '../../src/x64/lithium-gap-resolver-x64.cc', 1040 '../../src/x64/lithium-gap-resolver-x64.cc',
1033 '../../src/x64/lithium-gap-resolver-x64.h', 1041 '../../src/x64/lithium-gap-resolver-x64.h',
1034 '../../src/x64/lithium-x64.cc', 1042 '../../src/x64/lithium-x64.cc',
1035 '../../src/x64/lithium-x64.h', 1043 '../../src/x64/lithium-x64.h',
1036 '../../src/x64/macro-assembler-x64.cc', 1044 '../../src/x64/macro-assembler-x64.cc',
1037 '../../src/x64/macro-assembler-x64.h', 1045 '../../src/x64/macro-assembler-x64.h',
1038 '../../src/x64/regexp-macro-assembler-x64.cc', 1046 '../../src/x64/regexp-macro-assembler-x64.cc',
1039 '../../src/x64/regexp-macro-assembler-x64.h', 1047 '../../src/x64/regexp-macro-assembler-x64.h',
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
1575 }], 1583 }],
1576 ['v8_compress_startup_data=="bz2"', { 1584 ['v8_compress_startup_data=="bz2"', {
1577 'libraries': [ 1585 'libraries': [
1578 '-lbz2', 1586 '-lbz2',
1579 ] 1587 ]
1580 }], 1588 }],
1581 ], 1589 ],
1582 }, 1590 },
1583 ], 1591 ],
1584 } 1592 }
OLDNEW
« no previous file with comments | « src/x64/interface-descriptors-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698