| 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 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1103 '../../src/x87/lithium-codegen-x87.cc', | 1103 '../../src/x87/lithium-codegen-x87.cc', |
| 1104 '../../src/x87/lithium-codegen-x87.h', | 1104 '../../src/x87/lithium-codegen-x87.h', |
| 1105 '../../src/x87/lithium-gap-resolver-x87.cc', | 1105 '../../src/x87/lithium-gap-resolver-x87.cc', |
| 1106 '../../src/x87/lithium-gap-resolver-x87.h', | 1106 '../../src/x87/lithium-gap-resolver-x87.h', |
| 1107 '../../src/x87/lithium-x87.cc', | 1107 '../../src/x87/lithium-x87.cc', |
| 1108 '../../src/x87/lithium-x87.h', | 1108 '../../src/x87/lithium-x87.h', |
| 1109 '../../src/x87/macro-assembler-x87.cc', | 1109 '../../src/x87/macro-assembler-x87.cc', |
| 1110 '../../src/x87/macro-assembler-x87.h', | 1110 '../../src/x87/macro-assembler-x87.h', |
| 1111 '../../src/x87/regexp-macro-assembler-x87.cc', | 1111 '../../src/x87/regexp-macro-assembler-x87.cc', |
| 1112 '../../src/x87/regexp-macro-assembler-x87.h', | 1112 '../../src/x87/regexp-macro-assembler-x87.h', |
| 1113 '../../src/compiler/x87/code-generator-x87.cc', |
| 1114 '../../src/compiler/x87/instruction-codes-x87.h', |
| 1115 '../../src/compiler/x87/instruction-selector-x87.cc', |
| 1116 '../../src/compiler/x87/linkage-x87.cc', |
| 1113 '../../src/ic/x87/access-compiler-x87.cc', | 1117 '../../src/ic/x87/access-compiler-x87.cc', |
| 1114 '../../src/ic/x87/handler-compiler-x87.cc', | 1118 '../../src/ic/x87/handler-compiler-x87.cc', |
| 1115 '../../src/ic/x87/ic-x87.cc', | 1119 '../../src/ic/x87/ic-x87.cc', |
| 1116 '../../src/ic/x87/ic-compiler-x87.cc', | 1120 '../../src/ic/x87/ic-compiler-x87.cc', |
| 1117 '../../src/ic/x87/stub-cache-x87.cc', | 1121 '../../src/ic/x87/stub-cache-x87.cc', |
| 1118 ], | 1122 ], |
| 1119 }], | 1123 }], |
| 1120 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { | 1124 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { |
| 1121 'sources': [ ### gcmole(arch:mipsel) ### | 1125 'sources': [ ### gcmole(arch:mipsel) ### |
| 1122 '../../src/mips/assembler-mips.cc', | 1126 '../../src/mips/assembler-mips.cc', |
| (...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1885 }], | 1889 }], |
| 1886 ['want_separate_host_toolset==1', { | 1890 ['want_separate_host_toolset==1', { |
| 1887 'toolsets': ['host'], | 1891 'toolsets': ['host'], |
| 1888 }, { | 1892 }, { |
| 1889 'toolsets': ['target'], | 1893 'toolsets': ['target'], |
| 1890 }], | 1894 }], |
| 1891 ], | 1895 ], |
| 1892 }, | 1896 }, |
| 1893 ], | 1897 ], |
| 1894 } | 1898 } |
| OLD | NEW |