| 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 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1263 'version.h', | 1263 'version.h', |
| 1264 'vm-state-inl.h', | 1264 'vm-state-inl.h', |
| 1265 'vm-state.h', | 1265 'vm-state.h', |
| 1266 'wasm/ast-decoder.cc', | 1266 'wasm/ast-decoder.cc', |
| 1267 'wasm/ast-decoder.h', | 1267 'wasm/ast-decoder.h', |
| 1268 'wasm/decoder.h', | 1268 'wasm/decoder.h', |
| 1269 'wasm/leb-helper.h', | 1269 'wasm/leb-helper.h', |
| 1270 'wasm/managed.h', | 1270 'wasm/managed.h', |
| 1271 'wasm/module-decoder.cc', | 1271 'wasm/module-decoder.cc', |
| 1272 'wasm/module-decoder.h', | 1272 'wasm/module-decoder.h', |
| 1273 'wasm/s-expr.cc', |
| 1274 'wasm/s-expr.h', |
| 1273 'wasm/signature-map.cc', | 1275 'wasm/signature-map.cc', |
| 1274 'wasm/signature-map.h', | 1276 'wasm/signature-map.h', |
| 1275 'wasm/wasm-debug.cc', | 1277 'wasm/wasm-debug.cc', |
| 1276 'wasm/wasm-external-refs.cc', | 1278 'wasm/wasm-external-refs.cc', |
| 1277 'wasm/wasm-external-refs.h', | 1279 'wasm/wasm-external-refs.h', |
| 1278 'wasm/wasm-js.cc', | 1280 'wasm/wasm-js.cc', |
| 1279 'wasm/wasm-js.h', | 1281 'wasm/wasm-js.h', |
| 1280 'wasm/wasm-macro-gen.h', | 1282 'wasm/wasm-macro-gen.h', |
| 1281 'wasm/wasm-module.cc', | 1283 'wasm/wasm-module.cc', |
| 1282 'wasm/wasm-module.h', | 1284 'wasm/wasm-module.h', |
| (...skipping 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2483 'conditions': [ | 2485 'conditions': [ |
| 2484 ['want_separate_host_toolset_mkpeephole==1', { | 2486 ['want_separate_host_toolset_mkpeephole==1', { |
| 2485 'toolsets': ['host'], | 2487 'toolsets': ['host'], |
| 2486 }, { | 2488 }, { |
| 2487 'toolsets': ['target'], | 2489 'toolsets': ['target'], |
| 2488 }], | 2490 }], |
| 2489 ], | 2491 ], |
| 2490 }, | 2492 }, |
| 2491 ], | 2493 ], |
| 2492 } | 2494 } |
| OLD | NEW |