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

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

Issue 422063005: Contribution of PowerPC port. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: re-upload - catch up to 8/19 level 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
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 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 '../../src/x64/macro-assembler-x64.h', 999 '../../src/x64/macro-assembler-x64.h',
1000 '../../src/x64/regexp-macro-assembler-x64.cc', 1000 '../../src/x64/regexp-macro-assembler-x64.cc',
1001 '../../src/x64/regexp-macro-assembler-x64.h', 1001 '../../src/x64/regexp-macro-assembler-x64.h',
1002 '../../src/x64/stub-cache-x64.cc', 1002 '../../src/x64/stub-cache-x64.cc',
1003 '../../src/compiler/x64/code-generator-x64.cc', 1003 '../../src/compiler/x64/code-generator-x64.cc',
1004 '../../src/compiler/x64/instruction-codes-x64.h', 1004 '../../src/compiler/x64/instruction-codes-x64.h',
1005 '../../src/compiler/x64/instruction-selector-x64.cc', 1005 '../../src/compiler/x64/instruction-selector-x64.cc',
1006 '../../src/compiler/x64/linkage-x64.cc', 1006 '../../src/compiler/x64/linkage-x64.cc',
1007 ], 1007 ],
1008 }], 1008 }],
1009 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
1010 'sources': [ ### gcmole(arch:ppc) ###
1011 '../../src/ppc/assembler-ppc-inl.h',
1012 '../../src/ppc/assembler-ppc.cc',
1013 '../../src/ppc/assembler-ppc.h',
1014 '../../src/ppc/builtins-ppc.cc',
1015 '../../src/ppc/code-stubs-ppc.cc',
1016 '../../src/ppc/code-stubs-ppc.h',
1017 '../../src/ppc/codegen-ppc.cc',
1018 '../../src/ppc/codegen-ppc.h',
1019 '../../src/ppc/constants-ppc.h',
1020 '../../src/ppc/constants-ppc.cc',
1021 '../../src/ppc/cpu-ppc.cc',
1022 '../../src/ppc/debug-ppc.cc',
1023 '../../src/ppc/deoptimizer-ppc.cc',
1024 '../../src/ppc/disasm-ppc.cc',
1025 '../../src/ppc/frames-ppc.cc',
1026 '../../src/ppc/frames-ppc.h',
1027 '../../src/ppc/full-codegen-ppc.cc',
1028 '../../src/ppc/ic-ppc.cc',
1029 '../../src/ppc/lithium-ppc.cc',
1030 '../../src/ppc/lithium-ppc.h',
1031 '../../src/ppc/lithium-codegen-ppc.cc',
1032 '../../src/ppc/lithium-codegen-ppc.h',
1033 '../../src/ppc/lithium-gap-resolver-ppc.cc',
1034 '../../src/ppc/lithium-gap-resolver-ppc.h',
1035 '../../src/ppc/macro-assembler-ppc.cc',
1036 '../../src/ppc/macro-assembler-ppc.h',
1037 '../../src/ppc/regexp-macro-assembler-ppc.cc',
1038 '../../src/ppc/regexp-macro-assembler-ppc.h',
1039 '../../src/ppc/simulator-ppc.cc',
1040 '../../src/ppc/stub-cache-ppc.cc',
1041 ],
1042 }],
1009 ['OS=="linux"', { 1043 ['OS=="linux"', {
1010 'link_settings': { 1044 'link_settings': {
1011 'conditions': [ 1045 'conditions': [
1012 ['v8_compress_startup_data=="bz2"', { 1046 ['v8_compress_startup_data=="bz2"', {
1013 'libraries': [ 1047 'libraries': [
1014 '-lbz2', 1048 '-lbz2',
1015 ] 1049 ]
1016 }], 1050 }],
1017 ], 1051 ],
1018 }, 1052 },
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 'include_dirs+': [ 1107 'include_dirs+': [
1074 '../..', 1108 '../..',
1075 ], 1109 ],
1076 'sources': [ 1110 'sources': [
1077 '../../src/base/atomicops.h', 1111 '../../src/base/atomicops.h',
1078 '../../src/base/atomicops_internals_arm64_gcc.h', 1112 '../../src/base/atomicops_internals_arm64_gcc.h',
1079 '../../src/base/atomicops_internals_arm_gcc.h', 1113 '../../src/base/atomicops_internals_arm_gcc.h',
1080 '../../src/base/atomicops_internals_atomicword_compat.h', 1114 '../../src/base/atomicops_internals_atomicword_compat.h',
1081 '../../src/base/atomicops_internals_mac.h', 1115 '../../src/base/atomicops_internals_mac.h',
1082 '../../src/base/atomicops_internals_mips_gcc.h', 1116 '../../src/base/atomicops_internals_mips_gcc.h',
1117 '../../src/base/atomicops_internals_ppc_gcc.h',
1083 '../../src/base/atomicops_internals_tsan.h', 1118 '../../src/base/atomicops_internals_tsan.h',
1084 '../../src/base/atomicops_internals_x86_gcc.cc', 1119 '../../src/base/atomicops_internals_x86_gcc.cc',
1085 '../../src/base/atomicops_internals_x86_gcc.h', 1120 '../../src/base/atomicops_internals_x86_gcc.h',
1086 '../../src/base/atomicops_internals_x86_msvc.h', 1121 '../../src/base/atomicops_internals_x86_msvc.h',
1087 '../../src/base/bits.h', 1122 '../../src/base/bits.h',
1088 '../../src/base/build_config.h', 1123 '../../src/base/build_config.h',
1089 '../../src/base/cpu.cc', 1124 '../../src/base/cpu.cc',
1090 '../../src/base/cpu.h', 1125 '../../src/base/cpu.h',
1091 '../../src/base/lazy-instance.h', 1126 '../../src/base/lazy-instance.h',
1092 '../../src/base/logging.cc', 1127 '../../src/base/logging.cc',
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
1528 }], 1563 }],
1529 ['v8_compress_startup_data=="bz2"', { 1564 ['v8_compress_startup_data=="bz2"', {
1530 'libraries': [ 1565 'libraries': [
1531 '-lbz2', 1566 '-lbz2',
1532 ] 1567 ]
1533 }], 1568 }],
1534 ], 1569 ],
1535 }, 1570 },
1536 ], 1571 ],
1537 } 1572 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698