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 956 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
967 '../../src/regexp/regexp-macro-assembler.cc', | 967 '../../src/regexp/regexp-macro-assembler.cc', |
968 '../../src/regexp/regexp-macro-assembler.h', | 968 '../../src/regexp/regexp-macro-assembler.h', |
969 '../../src/regexp/regexp-stack.cc', | 969 '../../src/regexp/regexp-stack.cc', |
970 '../../src/regexp/regexp-stack.h', | 970 '../../src/regexp/regexp-stack.h', |
971 '../../src/register-configuration.cc', | 971 '../../src/register-configuration.cc', |
972 '../../src/register-configuration.h', | 972 '../../src/register-configuration.h', |
973 '../../src/runtime-profiler.cc', | 973 '../../src/runtime-profiler.cc', |
974 '../../src/runtime-profiler.h', | 974 '../../src/runtime-profiler.h', |
975 '../../src/runtime/runtime-array.cc', | 975 '../../src/runtime/runtime-array.cc', |
976 '../../src/runtime/runtime-atomics.cc', | 976 '../../src/runtime/runtime-atomics.cc', |
| 977 '../../src/runtime/runtime-atomics-intrinsics-inl.h', |
977 '../../src/runtime/runtime-classes.cc', | 978 '../../src/runtime/runtime-classes.cc', |
978 '../../src/runtime/runtime-collections.cc', | 979 '../../src/runtime/runtime-collections.cc', |
979 '../../src/runtime/runtime-compiler.cc', | 980 '../../src/runtime/runtime-compiler.cc', |
980 '../../src/runtime/runtime-date.cc', | 981 '../../src/runtime/runtime-date.cc', |
981 '../../src/runtime/runtime-debug.cc', | 982 '../../src/runtime/runtime-debug.cc', |
982 '../../src/runtime/runtime-forin.cc', | 983 '../../src/runtime/runtime-forin.cc', |
983 '../../src/runtime/runtime-function.cc', | 984 '../../src/runtime/runtime-function.cc', |
984 '../../src/runtime/runtime-futex.cc', | 985 '../../src/runtime/runtime-futex.cc', |
985 '../../src/runtime/runtime-generator.cc', | 986 '../../src/runtime/runtime-generator.cc', |
986 '../../src/runtime/runtime-i18n.cc', | 987 '../../src/runtime/runtime-i18n.cc', |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1214 '../../src/crankshaft/ia32/lithium-ia32.h', | 1215 '../../src/crankshaft/ia32/lithium-ia32.h', |
1215 '../../src/debug/ia32/debug-ia32.cc', | 1216 '../../src/debug/ia32/debug-ia32.cc', |
1216 '../../src/full-codegen/ia32/full-codegen-ia32.cc', | 1217 '../../src/full-codegen/ia32/full-codegen-ia32.cc', |
1217 '../../src/ic/ia32/access-compiler-ia32.cc', | 1218 '../../src/ic/ia32/access-compiler-ia32.cc', |
1218 '../../src/ic/ia32/handler-compiler-ia32.cc', | 1219 '../../src/ic/ia32/handler-compiler-ia32.cc', |
1219 '../../src/ic/ia32/ic-ia32.cc', | 1220 '../../src/ic/ia32/ic-ia32.cc', |
1220 '../../src/ic/ia32/ic-compiler-ia32.cc', | 1221 '../../src/ic/ia32/ic-compiler-ia32.cc', |
1221 '../../src/ic/ia32/stub-cache-ia32.cc', | 1222 '../../src/ic/ia32/stub-cache-ia32.cc', |
1222 '../../src/regexp/ia32/regexp-macro-assembler-ia32.cc', | 1223 '../../src/regexp/ia32/regexp-macro-assembler-ia32.cc', |
1223 '../../src/regexp/ia32/regexp-macro-assembler-ia32.h', | 1224 '../../src/regexp/ia32/regexp-macro-assembler-ia32.h', |
| 1225 '../../src/runtime/runtime-atomics-ia32-inl.h', |
| 1226 '../../src/runtime/runtime-atomics-x64-inl.h', |
1224 ], | 1227 ], |
1225 }], | 1228 }], |
1226 ['v8_target_arch=="x87"', { | 1229 ['v8_target_arch=="x87"', { |
1227 'sources': [ ### gcmole(arch:x87) ### | 1230 'sources': [ ### gcmole(arch:x87) ### |
1228 '../../src/x87/assembler-x87-inl.h', | 1231 '../../src/x87/assembler-x87-inl.h', |
1229 '../../src/x87/assembler-x87.cc', | 1232 '../../src/x87/assembler-x87.cc', |
1230 '../../src/x87/assembler-x87.h', | 1233 '../../src/x87/assembler-x87.h', |
1231 '../../src/x87/builtins-x87.cc', | 1234 '../../src/x87/builtins-x87.cc', |
1232 '../../src/x87/code-stubs-x87.cc', | 1235 '../../src/x87/code-stubs-x87.cc', |
1233 '../../src/x87/code-stubs-x87.h', | 1236 '../../src/x87/code-stubs-x87.h', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1374 '../../src/x64/macro-assembler-x64.h', | 1377 '../../src/x64/macro-assembler-x64.h', |
1375 '../../src/debug/x64/debug-x64.cc', | 1378 '../../src/debug/x64/debug-x64.cc', |
1376 '../../src/full-codegen/x64/full-codegen-x64.cc', | 1379 '../../src/full-codegen/x64/full-codegen-x64.cc', |
1377 '../../src/ic/x64/access-compiler-x64.cc', | 1380 '../../src/ic/x64/access-compiler-x64.cc', |
1378 '../../src/ic/x64/handler-compiler-x64.cc', | 1381 '../../src/ic/x64/handler-compiler-x64.cc', |
1379 '../../src/ic/x64/ic-x64.cc', | 1382 '../../src/ic/x64/ic-x64.cc', |
1380 '../../src/ic/x64/ic-compiler-x64.cc', | 1383 '../../src/ic/x64/ic-compiler-x64.cc', |
1381 '../../src/ic/x64/stub-cache-x64.cc', | 1384 '../../src/ic/x64/stub-cache-x64.cc', |
1382 '../../src/regexp/x64/regexp-macro-assembler-x64.cc', | 1385 '../../src/regexp/x64/regexp-macro-assembler-x64.cc', |
1383 '../../src/regexp/x64/regexp-macro-assembler-x64.h', | 1386 '../../src/regexp/x64/regexp-macro-assembler-x64.h', |
| 1387 '../../src/runtime/runtime-atomics-x64-inl.h', |
1384 ], | 1388 ], |
1385 }], | 1389 }], |
1386 ['v8_target_arch=="x64"', { | 1390 ['v8_target_arch=="x64"', { |
1387 'sources': [ | 1391 'sources': [ |
1388 '../../src/compiler/x64/code-generator-x64.cc', | 1392 '../../src/compiler/x64/code-generator-x64.cc', |
1389 '../../src/compiler/x64/instruction-codes-x64.h', | 1393 '../../src/compiler/x64/instruction-codes-x64.h', |
1390 '../../src/compiler/x64/instruction-scheduler-x64.cc', | 1394 '../../src/compiler/x64/instruction-scheduler-x64.cc', |
1391 '../../src/compiler/x64/instruction-selector-x64.cc', | 1395 '../../src/compiler/x64/instruction-selector-x64.cc', |
1392 ], | 1396 ], |
1393 }], | 1397 }], |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1428 '../../src/ppc/interface-descriptors-ppc.cc', | 1432 '../../src/ppc/interface-descriptors-ppc.cc', |
1429 '../../src/ppc/interface-descriptors-ppc.h', | 1433 '../../src/ppc/interface-descriptors-ppc.h', |
1430 '../../src/ppc/macro-assembler-ppc.cc', | 1434 '../../src/ppc/macro-assembler-ppc.cc', |
1431 '../../src/ppc/macro-assembler-ppc.h', | 1435 '../../src/ppc/macro-assembler-ppc.h', |
1432 '../../src/ppc/simulator-ppc.cc', | 1436 '../../src/ppc/simulator-ppc.cc', |
1433 '../../src/ppc/simulator-ppc.h', | 1437 '../../src/ppc/simulator-ppc.h', |
1434 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc', | 1438 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc', |
1435 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h', | 1439 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h', |
1436 ], | 1440 ], |
1437 }], | 1441 }], |
| 1442 ['OS=="win" and v8_target_arch=="x64"', { |
| 1443 'sources': [ |
| 1444 '../../src/runtime/runtime-atomics-x64.asm', |
| 1445 '../../src/runtime/runtime-atomics-x64.h', |
| 1446 ], |
| 1447 }], |
1438 ['OS=="win"', { | 1448 ['OS=="win"', { |
1439 'variables': { | 1449 'variables': { |
1440 'gyp_generators': '<!(echo $GYP_GENERATORS)', | 1450 'gyp_generators': '<!(echo $GYP_GENERATORS)', |
1441 }, | 1451 }, |
1442 'msvs_disabled_warnings': [4351, 4355, 4800], | 1452 'msvs_disabled_warnings': [4351, 4355, 4800], |
1443 # When building Official, the .lib is too large and exceeds the 2G | 1453 # When building Official, the .lib is too large and exceeds the 2G |
1444 # limit. This breaks it into multiple pieces to avoid the limit. | 1454 # limit. This breaks it into multiple pieces to avoid the limit. |
1445 # See http://crbug.com/485155. | 1455 # See http://crbug.com/485155. |
1446 'msvs_shard': 4, | 1456 'msvs_shard': 4, |
1447 }], | 1457 }], |
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2120 }], | 2130 }], |
2121 ['want_separate_host_toolset==1', { | 2131 ['want_separate_host_toolset==1', { |
2122 'toolsets': ['host'], | 2132 'toolsets': ['host'], |
2123 }, { | 2133 }, { |
2124 'toolsets': ['target'], | 2134 'toolsets': ['target'], |
2125 }], | 2135 }], |
2126 ], | 2136 ], |
2127 }, | 2137 }, |
2128 ], | 2138 ], |
2129 } | 2139 } |
OLD | NEW |