| 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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 863 '../../src/mips/lithium-mips.cc', | 863 '../../src/mips/lithium-mips.cc', |
| 864 '../../src/mips/lithium-mips.h', | 864 '../../src/mips/lithium-mips.h', |
| 865 '../../src/mips/macro-assembler-mips.cc', | 865 '../../src/mips/macro-assembler-mips.cc', |
| 866 '../../src/mips/macro-assembler-mips.h', | 866 '../../src/mips/macro-assembler-mips.h', |
| 867 '../../src/mips/regexp-macro-assembler-mips.cc', | 867 '../../src/mips/regexp-macro-assembler-mips.cc', |
| 868 '../../src/mips/regexp-macro-assembler-mips.h', | 868 '../../src/mips/regexp-macro-assembler-mips.h', |
| 869 '../../src/mips/simulator-mips.cc', | 869 '../../src/mips/simulator-mips.cc', |
| 870 '../../src/mips/stub-cache-mips.cc', | 870 '../../src/mips/stub-cache-mips.cc', |
| 871 ], | 871 ], |
| 872 }], | 872 }], |
| 873 ['v8_target_arch=="x64"', { | 873 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { |
| 874 'sources': [ ### gcmole(arch:x64) ### | 874 'sources': [ ### gcmole(arch:x64) ### |
| 875 '../../src/x64/assembler-x64-inl.h', | 875 '../../src/x64/assembler-x64-inl.h', |
| 876 '../../src/x64/assembler-x64.cc', | 876 '../../src/x64/assembler-x64.cc', |
| 877 '../../src/x64/assembler-x64.h', | 877 '../../src/x64/assembler-x64.h', |
| 878 '../../src/x64/builtins-x64.cc', | 878 '../../src/x64/builtins-x64.cc', |
| 879 '../../src/x64/code-stubs-x64.cc', | 879 '../../src/x64/code-stubs-x64.cc', |
| 880 '../../src/x64/code-stubs-x64.h', | 880 '../../src/x64/code-stubs-x64.h', |
| 881 '../../src/x64/codegen-x64.cc', | 881 '../../src/x64/codegen-x64.cc', |
| 882 '../../src/x64/codegen-x64.h', | 882 '../../src/x64/codegen-x64.h', |
| 883 '../../src/x64/cpu-x64.cc', | 883 '../../src/x64/cpu-x64.cc', |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1369 }], | 1369 }], |
| 1370 ['v8_compress_startup_data=="bz2"', { | 1370 ['v8_compress_startup_data=="bz2"', { |
| 1371 'libraries': [ | 1371 'libraries': [ |
| 1372 '-lbz2', | 1372 '-lbz2', |
| 1373 ] | 1373 ] |
| 1374 }], | 1374 }], |
| 1375 ], | 1375 ], |
| 1376 }, | 1376 }, |
| 1377 ], | 1377 ], |
| 1378 } | 1378 } |
| OLD | NEW |