| 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/managed.h', | 1277 'wasm/managed.h', |
| 1278 'wasm/module-decoder.cc', | 1278 'wasm/module-decoder.cc', |
| 1279 'wasm/module-decoder.h', | 1279 'wasm/module-decoder.h', |
| 1280 'wasm/signature-map.cc', | 1280 'wasm/signature-map.cc', |
| 1281 'wasm/signature-map.h', | 1281 'wasm/signature-map.h', |
| 1282 'wasm/wasm-debug.cc', | 1282 'wasm/wasm-debug.cc', |
| 1283 'wasm/wasm-external-refs.cc', | 1283 'wasm/wasm-external-refs.cc', |
| 1284 'wasm/wasm-external-refs.h', | 1284 'wasm/wasm-external-refs.h', |
| 1285 'wasm/wasm-js.cc', | 1285 'wasm/wasm-js.cc', |
| 1286 'wasm/wasm-js.h', | 1286 'wasm/wasm-js.h', |
| 1287 'wasm/wasm-limits.h', |
| 1287 'wasm/wasm-macro-gen.h', | 1288 'wasm/wasm-macro-gen.h', |
| 1288 'wasm/wasm-module.cc', | 1289 'wasm/wasm-module.cc', |
| 1289 'wasm/wasm-module.h', | 1290 'wasm/wasm-module.h', |
| 1290 'wasm/wasm-module-builder.cc', | 1291 'wasm/wasm-module-builder.cc', |
| 1291 'wasm/wasm-module-builder.h', | 1292 'wasm/wasm-module-builder.h', |
| 1292 'wasm/wasm-interpreter.cc', | 1293 'wasm/wasm-interpreter.cc', |
| 1293 'wasm/wasm-interpreter.h', | 1294 'wasm/wasm-interpreter.h', |
| 1294 'wasm/wasm-objects.cc', | 1295 'wasm/wasm-objects.cc', |
| 1295 'wasm/wasm-objects.h', | 1296 'wasm/wasm-objects.h', |
| 1296 'wasm/wasm-opcodes.cc', | 1297 'wasm/wasm-opcodes.cc', |
| (...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2474 'conditions': [ | 2475 'conditions': [ |
| 2475 ['want_separate_host_toolset_mkpeephole==1', { | 2476 ['want_separate_host_toolset_mkpeephole==1', { |
| 2476 'toolsets': ['host'], | 2477 'toolsets': ['host'], |
| 2477 }, { | 2478 }, { |
| 2478 'toolsets': ['target'], | 2479 'toolsets': ['target'], |
| 2479 }], | 2480 }], |
| 2480 ], | 2481 ], |
| 2481 }, | 2482 }, |
| 2482 ], | 2483 ], |
| 2483 } | 2484 } |
| OLD | NEW |