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 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1271 'wasm/wasm-opcodes.h', | 1271 'wasm/wasm-opcodes.h', |
1272 'wasm/wasm-result.cc', | 1272 'wasm/wasm-result.cc', |
1273 'wasm/wasm-result.h', | 1273 'wasm/wasm-result.h', |
1274 'zone/accounting-allocator.cc', | 1274 'zone/accounting-allocator.cc', |
1275 'zone/accounting-allocator.h', | 1275 'zone/accounting-allocator.h', |
1276 'zone/zone-segment.h', | 1276 'zone/zone-segment.h', |
1277 'zone/zone.cc', | 1277 'zone/zone.cc', |
1278 'zone/zone.h', | 1278 'zone/zone.h', |
1279 'zone/zone-allocator.h', | 1279 'zone/zone-allocator.h', |
1280 'zone/zone-containers.h', | 1280 'zone/zone-containers.h', |
| 1281 'zone/zone-handle-set.h', |
1281 ], | 1282 ], |
1282 'conditions': [ | 1283 'conditions': [ |
1283 ['want_separate_host_toolset==1', { | 1284 ['want_separate_host_toolset==1', { |
1284 'toolsets': ['host', 'target'], | 1285 'toolsets': ['host', 'target'], |
1285 }, { | 1286 }, { |
1286 'toolsets': ['target'], | 1287 'toolsets': ['target'], |
1287 }], | 1288 }], |
1288 ['want_separate_host_toolset_mkpeephole==1', { | 1289 ['want_separate_host_toolset_mkpeephole==1', { |
1289 'dependencies': ['mkpeephole#host'], | 1290 'dependencies': ['mkpeephole#host'], |
1290 }, { | 1291 }, { |
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2438 'conditions': [ | 2439 'conditions': [ |
2439 ['want_separate_host_toolset_mkpeephole==1', { | 2440 ['want_separate_host_toolset_mkpeephole==1', { |
2440 'toolsets': ['host'], | 2441 'toolsets': ['host'], |
2441 }, { | 2442 }, { |
2442 'toolsets': ['target'], | 2443 'toolsets': ['target'], |
2443 }], | 2444 }], |
2444 ], | 2445 ], |
2445 }, | 2446 }, |
2446 ], | 2447 ], |
2447 } | 2448 } |
OLD | NEW |