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 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1130 'v8.cc', | 1130 'v8.cc', |
1131 'v8.h', | 1131 'v8.h', |
1132 'v8memory.h', | 1132 'v8memory.h', |
1133 'v8threads.cc', | 1133 'v8threads.cc', |
1134 'v8threads.h', | 1134 'v8threads.h', |
1135 'vector.h', | 1135 'vector.h', |
1136 'version.cc', | 1136 'version.cc', |
1137 'version.h', | 1137 'version.h', |
1138 'vm-state-inl.h', | 1138 'vm-state-inl.h', |
1139 'vm-state.h', | 1139 'vm-state.h', |
1140 'wasm/switch-logic.h', | |
1141 'wasm/switch-logic.cc', | |
1142 'wasm/asm-wasm-builder.cc', | 1140 'wasm/asm-wasm-builder.cc', |
1143 'wasm/asm-wasm-builder.h', | 1141 'wasm/asm-wasm-builder.h', |
1144 'wasm/ast-decoder.cc', | 1142 'wasm/ast-decoder.cc', |
1145 'wasm/ast-decoder.h', | 1143 'wasm/ast-decoder.h', |
1146 'wasm/decoder.h', | 1144 'wasm/decoder.h', |
1147 'wasm/encoder.cc', | 1145 'wasm/encoder.cc', |
1148 'wasm/encoder.h', | 1146 'wasm/encoder.h', |
1149 'wasm/wasm-external-refs.cc', | |
1150 'wasm/wasm-external-refs.h', | |
1151 'wasm/leb-helper.h', | 1147 'wasm/leb-helper.h', |
1152 'wasm/module-decoder.cc', | 1148 'wasm/module-decoder.cc', |
1153 'wasm/module-decoder.h', | 1149 'wasm/module-decoder.h', |
| 1150 'wasm/switch-logic.h', |
| 1151 'wasm/switch-logic.cc', |
| 1152 'wasm/wasm-external-refs.cc', |
| 1153 'wasm/wasm-external-refs.h', |
| 1154 'wasm/wasm-function-name-table.cc', |
| 1155 'wasm/wasm-function-name-table.h', |
1154 'wasm/wasm-js.cc', | 1156 'wasm/wasm-js.cc', |
1155 'wasm/wasm-js.h', | 1157 'wasm/wasm-js.h', |
1156 'wasm/wasm-macro-gen.h', | 1158 'wasm/wasm-macro-gen.h', |
1157 'wasm/wasm-module.cc', | 1159 'wasm/wasm-module.cc', |
1158 'wasm/wasm-module.h', | 1160 'wasm/wasm-module.h', |
1159 'wasm/wasm-opcodes.cc', | 1161 'wasm/wasm-opcodes.cc', |
1160 'wasm/wasm-opcodes.h', | 1162 'wasm/wasm-opcodes.h', |
1161 'wasm/wasm-result.cc', | 1163 'wasm/wasm-result.cc', |
1162 'wasm/wasm-result.h', | 1164 'wasm/wasm-result.h', |
1163 'zone.cc', | 1165 'zone.cc', |
(...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2232 }], | 2234 }], |
2233 ['want_separate_host_toolset==1', { | 2235 ['want_separate_host_toolset==1', { |
2234 'toolsets': ['host'], | 2236 'toolsets': ['host'], |
2235 }, { | 2237 }, { |
2236 'toolsets': ['target'], | 2238 'toolsets': ['target'], |
2237 }], | 2239 }], |
2238 ], | 2240 ], |
2239 }, | 2241 }, |
2240 ], | 2242 ], |
2241 } | 2243 } |
OLD | NEW |