| 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 1256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1267 'zone-allocator.h', | 1267 'zone-allocator.h', |
| 1268 'zone-containers.h', | 1268 'zone-containers.h', |
| 1269 ], | 1269 ], |
| 1270 'conditions': [ | 1270 'conditions': [ |
| 1271 ['want_separate_host_toolset==1', { | 1271 ['want_separate_host_toolset==1', { |
| 1272 'toolsets': ['host', 'target'], | 1272 'toolsets': ['host', 'target'], |
| 1273 }, { | 1273 }, { |
| 1274 'toolsets': ['target'], | 1274 'toolsets': ['target'], |
| 1275 }], | 1275 }], |
| 1276 ['want_separate_host_toolset_mkpeephole==1', { | 1276 ['want_separate_host_toolset_mkpeephole==1', { |
| 1277 'toolsets': ['host', 'target'], | |
| 1278 'dependencies': ['mkpeephole#host'], | 1277 'dependencies': ['mkpeephole#host'], |
| 1279 }, { | 1278 }, { |
| 1280 'toolsets': ['target'], | |
| 1281 'dependencies': ['mkpeephole'], | 1279 'dependencies': ['mkpeephole'], |
| 1282 }], | 1280 }], |
| 1283 ['v8_target_arch=="arm"', { | 1281 ['v8_target_arch=="arm"', { |
| 1284 'sources': [ ### gcmole(arch:arm) ### | 1282 'sources': [ ### gcmole(arch:arm) ### |
| 1285 'arm/assembler-arm-inl.h', | 1283 'arm/assembler-arm-inl.h', |
| 1286 'arm/assembler-arm.cc', | 1284 'arm/assembler-arm.cc', |
| 1287 'arm/assembler-arm.h', | 1285 'arm/assembler-arm.h', |
| 1288 'arm/code-stubs-arm.cc', | 1286 'arm/code-stubs-arm.cc', |
| 1289 'arm/code-stubs-arm.h', | 1287 'arm/code-stubs-arm.h', |
| 1290 'arm/codegen-arm.cc', | 1288 'arm/codegen-arm.cc', |
| (...skipping 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2414 'conditions': [ | 2412 'conditions': [ |
| 2415 ['want_separate_host_toolset_mkpeephole==1', { | 2413 ['want_separate_host_toolset_mkpeephole==1', { |
| 2416 'toolsets': ['host'], | 2414 'toolsets': ['host'], |
| 2417 }, { | 2415 }, { |
| 2418 'toolsets': ['target'], | 2416 'toolsets': ['target'], |
| 2419 }], | 2417 }], |
| 2420 ], | 2418 ], |
| 2421 }, | 2419 }, |
| 2422 ], | 2420 ], |
| 2423 } | 2421 } |
| OLD | NEW |