| 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 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1233 '../../src/debug/mips/debug-mips.cc', | 1233 '../../src/debug/mips/debug-mips.cc', |
| 1234 '../../src/ic/mips/access-compiler-mips.cc', | 1234 '../../src/ic/mips/access-compiler-mips.cc', |
| 1235 '../../src/ic/mips/handler-compiler-mips.cc', | 1235 '../../src/ic/mips/handler-compiler-mips.cc', |
| 1236 '../../src/ic/mips/ic-mips.cc', | 1236 '../../src/ic/mips/ic-mips.cc', |
| 1237 '../../src/ic/mips/ic-compiler-mips.cc', | 1237 '../../src/ic/mips/ic-compiler-mips.cc', |
| 1238 '../../src/ic/mips/stub-cache-mips.cc', | 1238 '../../src/ic/mips/stub-cache-mips.cc', |
| 1239 '../../src/regexp/mips/regexp-macro-assembler-mips.cc', | 1239 '../../src/regexp/mips/regexp-macro-assembler-mips.cc', |
| 1240 '../../src/regexp/mips/regexp-macro-assembler-mips.h', | 1240 '../../src/regexp/mips/regexp-macro-assembler-mips.h', |
| 1241 ], | 1241 ], |
| 1242 }], | 1242 }], |
| 1243 ['v8_target_arch=="mips64el"', { | 1243 ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', { |
| 1244 'sources': [ ### gcmole(arch:mips64el) ### | 1244 'sources': [ ### gcmole(arch:mips64el) ### |
| 1245 '../../src/mips64/assembler-mips64.cc', | 1245 '../../src/mips64/assembler-mips64.cc', |
| 1246 '../../src/mips64/assembler-mips64.h', | 1246 '../../src/mips64/assembler-mips64.h', |
| 1247 '../../src/mips64/assembler-mips64-inl.h', | 1247 '../../src/mips64/assembler-mips64-inl.h', |
| 1248 '../../src/mips64/builtins-mips64.cc', | 1248 '../../src/mips64/builtins-mips64.cc', |
| 1249 '../../src/mips64/codegen-mips64.cc', | 1249 '../../src/mips64/codegen-mips64.cc', |
| 1250 '../../src/mips64/codegen-mips64.h', | 1250 '../../src/mips64/codegen-mips64.h', |
| 1251 '../../src/mips64/code-stubs-mips64.cc', | 1251 '../../src/mips64/code-stubs-mips64.cc', |
| 1252 '../../src/mips64/code-stubs-mips64.h', | 1252 '../../src/mips64/code-stubs-mips64.h', |
| 1253 '../../src/mips64/constants-mips64.cc', | 1253 '../../src/mips64/constants-mips64.cc', |
| (...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2072 }], | 2072 }], |
| 2073 ['want_separate_host_toolset==1', { | 2073 ['want_separate_host_toolset==1', { |
| 2074 'toolsets': ['host'], | 2074 'toolsets': ['host'], |
| 2075 }, { | 2075 }, { |
| 2076 'toolsets': ['target'], | 2076 'toolsets': ['target'], |
| 2077 }], | 2077 }], |
| 2078 ], | 2078 ], |
| 2079 }, | 2079 }, |
| 2080 ], | 2080 ], |
| 2081 } | 2081 } |
| OLD | NEW |