| 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 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1317 'zone/accounting-allocator.h', | 1317 'zone/accounting-allocator.h', |
| 1318 'zone/zone-segment.cc', | 1318 'zone/zone-segment.cc', |
| 1319 'zone/zone-segment.h', | 1319 'zone/zone-segment.h', |
| 1320 'zone/zone.cc', | 1320 'zone/zone.cc', |
| 1321 'zone/zone.h', | 1321 'zone/zone.h', |
| 1322 'zone/zone-chunk-list.h', | 1322 'zone/zone-chunk-list.h', |
| 1323 'zone/zone-segment.cc', | 1323 'zone/zone-segment.cc', |
| 1324 'zone/zone-segment.h', | 1324 'zone/zone-segment.h', |
| 1325 'zone/zone-allocator.h', | 1325 'zone/zone-allocator.h', |
| 1326 'zone/zone-containers.h', | 1326 'zone/zone-containers.h', |
| 1327 'zone/zone-handle-set.h', |
| 1327 ], | 1328 ], |
| 1328 'conditions': [ | 1329 'conditions': [ |
| 1329 ['want_separate_host_toolset==1', { | 1330 ['want_separate_host_toolset==1', { |
| 1330 'toolsets': ['host', 'target'], | 1331 'toolsets': ['host', 'target'], |
| 1331 }, { | 1332 }, { |
| 1332 'toolsets': ['target'], | 1333 'toolsets': ['target'], |
| 1333 }], | 1334 }], |
| 1334 ['want_separate_host_toolset_mkpeephole==1', { | 1335 ['want_separate_host_toolset_mkpeephole==1', { |
| 1335 'dependencies': ['mkpeephole#host'], | 1336 'dependencies': ['mkpeephole#host'], |
| 1336 }, { | 1337 }, { |
| (...skipping 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2487 'conditions': [ | 2488 'conditions': [ |
| 2488 ['want_separate_host_toolset_mkpeephole==1', { | 2489 ['want_separate_host_toolset_mkpeephole==1', { |
| 2489 'toolsets': ['host'], | 2490 'toolsets': ['host'], |
| 2490 }, { | 2491 }, { |
| 2491 'toolsets': ['target'], | 2492 'toolsets': ['target'], |
| 2492 }], | 2493 }], |
| 2493 ], | 2494 ], |
| 2494 }, | 2495 }, |
| 2495 ], | 2496 ], |
| 2496 } | 2497 } |
| OLD | NEW |