| 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 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1264 'wasm/wasm-module.cc', | 1264 'wasm/wasm-module.cc', |
| 1265 'wasm/wasm-module.h', | 1265 'wasm/wasm-module.h', |
| 1266 'wasm/wasm-interpreter.cc', | 1266 'wasm/wasm-interpreter.cc', |
| 1267 'wasm/wasm-interpreter.h', | 1267 'wasm/wasm-interpreter.h', |
| 1268 'wasm/wasm-opcodes.cc', | 1268 'wasm/wasm-opcodes.cc', |
| 1269 'wasm/wasm-opcodes.h', | 1269 'wasm/wasm-opcodes.h', |
| 1270 'wasm/wasm-result.cc', | 1270 'wasm/wasm-result.cc', |
| 1271 'wasm/wasm-result.h', | 1271 'wasm/wasm-result.h', |
| 1272 'zone/accounting-allocator.cc', | 1272 'zone/accounting-allocator.cc', |
| 1273 'zone/accounting-allocator.h', | 1273 'zone/accounting-allocator.h', |
| 1274 'zone/zone-segment.cc', |
| 1274 'zone/zone-segment.h', | 1275 'zone/zone-segment.h', |
| 1275 'zone/zone.cc', | 1276 'zone/zone.cc', |
| 1276 'zone/zone.h', | 1277 'zone/zone.h', |
| 1277 'zone/zone-allocator.h', | 1278 'zone/zone-allocator.h', |
| 1278 'zone/zone-containers.h', | 1279 'zone/zone-containers.h', |
| 1279 ], | 1280 ], |
| 1280 'conditions': [ | 1281 'conditions': [ |
| 1281 ['want_separate_host_toolset==1', { | 1282 ['want_separate_host_toolset==1', { |
| 1282 'toolsets': ['host', 'target'], | 1283 'toolsets': ['host', 'target'], |
| 1283 }, { | 1284 }, { |
| (...skipping 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2436 'conditions': [ | 2437 'conditions': [ |
| 2437 ['want_separate_host_toolset_mkpeephole==1', { | 2438 ['want_separate_host_toolset_mkpeephole==1', { |
| 2438 'toolsets': ['host'], | 2439 'toolsets': ['host'], |
| 2439 }, { | 2440 }, { |
| 2440 'toolsets': ['target'], | 2441 'toolsets': ['target'], |
| 2441 }], | 2442 }], |
| 2442 ], | 2443 ], |
| 2443 }, | 2444 }, |
| 2444 ], | 2445 ], |
| 2445 } | 2446 } |
| OLD | NEW |