OLD | NEW |
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 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
918 '../../src/x64/lithium-gap-resolver-x64.h', | 918 '../../src/x64/lithium-gap-resolver-x64.h', |
919 '../../src/x64/lithium-x64.cc', | 919 '../../src/x64/lithium-x64.cc', |
920 '../../src/x64/lithium-x64.h', | 920 '../../src/x64/lithium-x64.h', |
921 '../../src/x64/macro-assembler-x64.cc', | 921 '../../src/x64/macro-assembler-x64.cc', |
922 '../../src/x64/macro-assembler-x64.h', | 922 '../../src/x64/macro-assembler-x64.h', |
923 '../../src/x64/regexp-macro-assembler-x64.cc', | 923 '../../src/x64/regexp-macro-assembler-x64.cc', |
924 '../../src/x64/regexp-macro-assembler-x64.h', | 924 '../../src/x64/regexp-macro-assembler-x64.h', |
925 '../../src/x64/stub-cache-x64.cc', | 925 '../../src/x64/stub-cache-x64.cc', |
926 ], | 926 ], |
927 }], | 927 }], |
| 928 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { |
| 929 'sources': [ ### gcmole(arch:ppc) ### |
| 930 '../../src/ppc/assembler-ppc-inl.h', |
| 931 '../../src/ppc/assembler-ppc.cc', |
| 932 '../../src/ppc/assembler-ppc.h', |
| 933 '../../src/ppc/builtins-ppc.cc', |
| 934 '../../src/ppc/code-stubs-ppc.cc', |
| 935 '../../src/ppc/code-stubs-ppc.h', |
| 936 '../../src/ppc/codegen-ppc.cc', |
| 937 '../../src/ppc/codegen-ppc.h', |
| 938 '../../src/ppc/constants-ppc.h', |
| 939 '../../src/ppc/constants-ppc.cc', |
| 940 '../../src/ppc/cpu-ppc.cc', |
| 941 '../../src/ppc/debug-ppc.cc', |
| 942 '../../src/ppc/deoptimizer-ppc.cc', |
| 943 '../../src/ppc/disasm-ppc.cc', |
| 944 '../../src/ppc/frames-ppc.cc', |
| 945 '../../src/ppc/frames-ppc.h', |
| 946 '../../src/ppc/full-codegen-ppc.cc', |
| 947 '../../src/ppc/ic-ppc.cc', |
| 948 '../../src/ppc/lithium-ppc.cc', |
| 949 '../../src/ppc/lithium-ppc.h', |
| 950 '../../src/ppc/lithium-codegen-ppc.cc', |
| 951 '../../src/ppc/lithium-codegen-ppc.h', |
| 952 '../../src/ppc/lithium-gap-resolver-ppc.cc', |
| 953 '../../src/ppc/lithium-gap-resolver-ppc.h', |
| 954 '../../src/ppc/macro-assembler-ppc.cc', |
| 955 '../../src/ppc/macro-assembler-ppc.h', |
| 956 '../../src/ppc/regexp-macro-assembler-ppc.cc', |
| 957 '../../src/ppc/regexp-macro-assembler-ppc.h', |
| 958 '../../src/ppc/simulator-ppc.cc', |
| 959 '../../src/ppc/stub-cache-ppc.cc', |
| 960 ], |
| 961 }], |
928 ['OS=="linux"', { | 962 ['OS=="linux"', { |
929 'link_settings': { | 963 'link_settings': { |
930 'conditions': [ | 964 'conditions': [ |
931 ['v8_compress_startup_data=="bz2"', { | 965 ['v8_compress_startup_data=="bz2"', { |
932 'libraries': [ | 966 'libraries': [ |
933 '-lbz2', | 967 '-lbz2', |
934 ] | 968 ] |
935 }], | 969 }], |
936 ], | 970 ], |
937 }, | 971 }, |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 'include_dirs+': [ | 1026 'include_dirs+': [ |
993 '../..', | 1027 '../..', |
994 ], | 1028 ], |
995 'sources': [ | 1029 'sources': [ |
996 '../../src/base/atomicops.h', | 1030 '../../src/base/atomicops.h', |
997 '../../src/base/atomicops_internals_arm64_gcc.h', | 1031 '../../src/base/atomicops_internals_arm64_gcc.h', |
998 '../../src/base/atomicops_internals_arm_gcc.h', | 1032 '../../src/base/atomicops_internals_arm_gcc.h', |
999 '../../src/base/atomicops_internals_atomicword_compat.h', | 1033 '../../src/base/atomicops_internals_atomicword_compat.h', |
1000 '../../src/base/atomicops_internals_mac.h', | 1034 '../../src/base/atomicops_internals_mac.h', |
1001 '../../src/base/atomicops_internals_mips_gcc.h', | 1035 '../../src/base/atomicops_internals_mips_gcc.h', |
| 1036 '../../src/base/atomicops_internals_ppc_gcc.h', |
1002 '../../src/base/atomicops_internals_tsan.h', | 1037 '../../src/base/atomicops_internals_tsan.h', |
1003 '../../src/base/atomicops_internals_x86_gcc.cc', | 1038 '../../src/base/atomicops_internals_x86_gcc.cc', |
1004 '../../src/base/atomicops_internals_x86_gcc.h', | 1039 '../../src/base/atomicops_internals_x86_gcc.h', |
1005 '../../src/base/atomicops_internals_x86_msvc.h', | 1040 '../../src/base/atomicops_internals_x86_msvc.h', |
1006 '../../src/base/build_config.h', | 1041 '../../src/base/build_config.h', |
1007 '../../src/base/cpu.cc', | 1042 '../../src/base/cpu.cc', |
1008 '../../src/base/cpu.h', | 1043 '../../src/base/cpu.h', |
1009 '../../src/base/lazy-instance.h', | 1044 '../../src/base/lazy-instance.h', |
1010 '../../src/base/logging.cc', | 1045 '../../src/base/logging.cc', |
1011 '../../src/base/logging.h', | 1046 '../../src/base/logging.h', |
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1445 }], | 1480 }], |
1446 ['v8_compress_startup_data=="bz2"', { | 1481 ['v8_compress_startup_data=="bz2"', { |
1447 'libraries': [ | 1482 'libraries': [ |
1448 '-lbz2', | 1483 '-lbz2', |
1449 ] | 1484 ] |
1450 }], | 1485 }], |
1451 ], | 1486 ], |
1452 }, | 1487 }, |
1453 ], | 1488 ], |
1454 } | 1489 } |
OLD | NEW |