| 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 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 689 '../../src/arm64/macro-assembler-arm64-inl.h', | 689 '../../src/arm64/macro-assembler-arm64-inl.h', |
| 690 '../../src/arm64/regexp-macro-assembler-arm64.cc', | 690 '../../src/arm64/regexp-macro-assembler-arm64.cc', |
| 691 '../../src/arm64/regexp-macro-assembler-arm64.h', | 691 '../../src/arm64/regexp-macro-assembler-arm64.h', |
| 692 '../../src/arm64/simulator-arm64.cc', | 692 '../../src/arm64/simulator-arm64.cc', |
| 693 '../../src/arm64/simulator-arm64.h', | 693 '../../src/arm64/simulator-arm64.h', |
| 694 '../../src/arm64/stub-cache-arm64.cc', | 694 '../../src/arm64/stub-cache-arm64.cc', |
| 695 '../../src/arm64/utils-arm64.cc', | 695 '../../src/arm64/utils-arm64.cc', |
| 696 '../../src/arm64/utils-arm64.h', | 696 '../../src/arm64/utils-arm64.h', |
| 697 ], | 697 ], |
| 698 }], | 698 }], |
| 699 ['v8_target_arch=="ia32" or v8_target_arch=="mac" or OS=="mac"', { | 699 ['v8_target_arch=="ia32"', { |
| 700 'sources': [ ### gcmole(arch:ia32) ### | 700 'sources': [ ### gcmole(arch:ia32) ### |
| 701 '../../src/ia32/assembler-ia32-inl.h', | 701 '../../src/ia32/assembler-ia32-inl.h', |
| 702 '../../src/ia32/assembler-ia32.cc', | 702 '../../src/ia32/assembler-ia32.cc', |
| 703 '../../src/ia32/assembler-ia32.h', | 703 '../../src/ia32/assembler-ia32.h', |
| 704 '../../src/ia32/builtins-ia32.cc', | 704 '../../src/ia32/builtins-ia32.cc', |
| 705 '../../src/ia32/code-stubs-ia32.cc', | 705 '../../src/ia32/code-stubs-ia32.cc', |
| 706 '../../src/ia32/code-stubs-ia32.h', | 706 '../../src/ia32/code-stubs-ia32.h', |
| 707 '../../src/ia32/codegen-ia32.cc', | 707 '../../src/ia32/codegen-ia32.cc', |
| 708 '../../src/ia32/codegen-ia32.h', | 708 '../../src/ia32/codegen-ia32.h', |
| 709 '../../src/ia32/cpu-ia32.cc', | 709 '../../src/ia32/cpu-ia32.cc', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 '../../src/mips/lithium-mips.cc', | 754 '../../src/mips/lithium-mips.cc', |
| 755 '../../src/mips/lithium-mips.h', | 755 '../../src/mips/lithium-mips.h', |
| 756 '../../src/mips/macro-assembler-mips.cc', | 756 '../../src/mips/macro-assembler-mips.cc', |
| 757 '../../src/mips/macro-assembler-mips.h', | 757 '../../src/mips/macro-assembler-mips.h', |
| 758 '../../src/mips/regexp-macro-assembler-mips.cc', | 758 '../../src/mips/regexp-macro-assembler-mips.cc', |
| 759 '../../src/mips/regexp-macro-assembler-mips.h', | 759 '../../src/mips/regexp-macro-assembler-mips.h', |
| 760 '../../src/mips/simulator-mips.cc', | 760 '../../src/mips/simulator-mips.cc', |
| 761 '../../src/mips/stub-cache-mips.cc', | 761 '../../src/mips/stub-cache-mips.cc', |
| 762 ], | 762 ], |
| 763 }], | 763 }], |
| 764 ['v8_target_arch=="x64" or v8_target_arch=="mac" or OS=="mac"', { | 764 ['v8_target_arch=="x64"', { |
| 765 'sources': [ ### gcmole(arch:x64) ### | 765 'sources': [ ### gcmole(arch:x64) ### |
| 766 '../../src/x64/assembler-x64-inl.h', | 766 '../../src/x64/assembler-x64-inl.h', |
| 767 '../../src/x64/assembler-x64.cc', | 767 '../../src/x64/assembler-x64.cc', |
| 768 '../../src/x64/assembler-x64.h', | 768 '../../src/x64/assembler-x64.h', |
| 769 '../../src/x64/builtins-x64.cc', | 769 '../../src/x64/builtins-x64.cc', |
| 770 '../../src/x64/code-stubs-x64.cc', | 770 '../../src/x64/code-stubs-x64.cc', |
| 771 '../../src/x64/code-stubs-x64.h', | 771 '../../src/x64/code-stubs-x64.h', |
| 772 '../../src/x64/codegen-x64.cc', | 772 '../../src/x64/codegen-x64.cc', |
| 773 '../../src/x64/codegen-x64.h', | 773 '../../src/x64/codegen-x64.h', |
| 774 '../../src/x64/cpu-x64.cc', | 774 '../../src/x64/cpu-x64.cc', |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1203 }], | 1203 }], |
| 1204 ['v8_compress_startup_data=="bz2"', { | 1204 ['v8_compress_startup_data=="bz2"', { |
| 1205 'libraries': [ | 1205 'libraries': [ |
| 1206 '-lbz2', | 1206 '-lbz2', |
| 1207 ] | 1207 ] |
| 1208 }], | 1208 }], |
| 1209 ], | 1209 ], |
| 1210 }, | 1210 }, |
| 1211 ], | 1211 ], |
| 1212 } | 1212 } |
| OLD | NEW |