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 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1277 'wasm/wasm-opcodes.cc', | 1277 'wasm/wasm-opcodes.cc', |
1278 'wasm/wasm-opcodes.h', | 1278 'wasm/wasm-opcodes.h', |
1279 'wasm/wasm-result.cc', | 1279 'wasm/wasm-result.cc', |
1280 'wasm/wasm-result.h', | 1280 'wasm/wasm-result.h', |
1281 'zone/accounting-allocator.cc', | 1281 'zone/accounting-allocator.cc', |
1282 'zone/accounting-allocator.h', | 1282 'zone/accounting-allocator.h', |
1283 'zone/zone-segment.cc', | 1283 'zone/zone-segment.cc', |
1284 'zone/zone-segment.h', | 1284 'zone/zone-segment.h', |
1285 'zone/zone.cc', | 1285 'zone/zone.cc', |
1286 'zone/zone.h', | 1286 'zone/zone.h', |
| 1287 'zone/zone-chunk-list.h', |
1287 'zone/zone-segment.cc', | 1288 'zone/zone-segment.cc', |
1288 'zone/zone-segment.h', | 1289 'zone/zone-segment.h', |
1289 'zone/zone-allocator.h', | 1290 'zone/zone-allocator.h', |
1290 'zone/zone-containers.h', | 1291 'zone/zone-containers.h', |
1291 ], | 1292 ], |
1292 'conditions': [ | 1293 'conditions': [ |
1293 ['want_separate_host_toolset==1', { | 1294 ['want_separate_host_toolset==1', { |
1294 'toolsets': ['host', 'target'], | 1295 'toolsets': ['host', 'target'], |
1295 }, { | 1296 }, { |
1296 'toolsets': ['target'], | 1297 'toolsets': ['target'], |
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2480 'conditions': [ | 2481 'conditions': [ |
2481 ['want_separate_host_toolset_mkpeephole==1', { | 2482 ['want_separate_host_toolset_mkpeephole==1', { |
2482 'toolsets': ['host'], | 2483 'toolsets': ['host'], |
2483 }, { | 2484 }, { |
2484 'toolsets': ['target'], | 2485 'toolsets': ['target'], |
2485 }], | 2486 }], |
2486 ], | 2487 ], |
2487 }, | 2488 }, |
2488 ], | 2489 ], |
2489 } | 2490 } |
OLD | NEW |