| 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 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1124 '../../src/wasm/switch-logic.cc', | 1124 '../../src/wasm/switch-logic.cc', |
| 1125 '../../src/wasm/asm-wasm-builder.cc', | 1125 '../../src/wasm/asm-wasm-builder.cc', |
| 1126 '../../src/wasm/asm-wasm-builder.h', | 1126 '../../src/wasm/asm-wasm-builder.h', |
| 1127 '../../src/wasm/ast-decoder.cc', | 1127 '../../src/wasm/ast-decoder.cc', |
| 1128 '../../src/wasm/ast-decoder.h', | 1128 '../../src/wasm/ast-decoder.h', |
| 1129 '../../src/wasm/decoder.h', | 1129 '../../src/wasm/decoder.h', |
| 1130 '../../src/wasm/encoder.cc', | 1130 '../../src/wasm/encoder.cc', |
| 1131 '../../src/wasm/encoder.h', | 1131 '../../src/wasm/encoder.h', |
| 1132 '../../src/wasm/wasm-external-refs.cc', | 1132 '../../src/wasm/wasm-external-refs.cc', |
| 1133 '../../src/wasm/wasm-external-refs.h', | 1133 '../../src/wasm/wasm-external-refs.h', |
| 1134 '../../src/wasm/leb-helper.h', |
| 1134 '../../src/wasm/module-decoder.cc', | 1135 '../../src/wasm/module-decoder.cc', |
| 1135 '../../src/wasm/module-decoder.h', | 1136 '../../src/wasm/module-decoder.h', |
| 1136 '../../src/wasm/wasm-js.cc', | 1137 '../../src/wasm/wasm-js.cc', |
| 1137 '../../src/wasm/wasm-js.h', | 1138 '../../src/wasm/wasm-js.h', |
| 1138 '../../src/wasm/wasm-macro-gen.h', | 1139 '../../src/wasm/wasm-macro-gen.h', |
| 1139 '../../src/wasm/wasm-module.cc', | 1140 '../../src/wasm/wasm-module.cc', |
| 1140 '../../src/wasm/wasm-module.h', | 1141 '../../src/wasm/wasm-module.h', |
| 1141 '../../src/wasm/wasm-opcodes.cc', | 1142 '../../src/wasm/wasm-opcodes.cc', |
| 1142 '../../src/wasm/wasm-opcodes.h', | 1143 '../../src/wasm/wasm-opcodes.h', |
| 1143 '../../src/wasm/wasm-result.cc', | 1144 '../../src/wasm/wasm-result.cc', |
| (...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2216 }], | 2217 }], |
| 2217 ['want_separate_host_toolset==1', { | 2218 ['want_separate_host_toolset==1', { |
| 2218 'toolsets': ['host'], | 2219 'toolsets': ['host'], |
| 2219 }, { | 2220 }, { |
| 2220 'toolsets': ['target'], | 2221 'toolsets': ['target'], |
| 2221 }], | 2222 }], |
| 2222 ], | 2223 ], |
| 2223 }, | 2224 }, |
| 2224 ], | 2225 ], |
| 2225 } | 2226 } |
| OLD | NEW |