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 1130 matching lines...) Loading... |
1141 'wasm/ast-decoder.cc', | 1141 'wasm/ast-decoder.cc', |
1142 'wasm/ast-decoder.h', | 1142 'wasm/ast-decoder.h', |
1143 'wasm/decoder.h', | 1143 'wasm/decoder.h', |
1144 'wasm/encoder.cc', | 1144 'wasm/encoder.cc', |
1145 'wasm/encoder.h', | 1145 'wasm/encoder.h', |
1146 'wasm/leb-helper.h', | 1146 'wasm/leb-helper.h', |
1147 'wasm/module-decoder.cc', | 1147 'wasm/module-decoder.cc', |
1148 'wasm/module-decoder.h', | 1148 'wasm/module-decoder.h', |
1149 'wasm/switch-logic.h', | 1149 'wasm/switch-logic.h', |
1150 'wasm/switch-logic.cc', | 1150 'wasm/switch-logic.cc', |
| 1151 'wasm/utf8.cc', |
| 1152 'wasm/utf8.h', |
1151 'wasm/wasm-external-refs.cc', | 1153 'wasm/wasm-external-refs.cc', |
1152 'wasm/wasm-external-refs.h', | 1154 'wasm/wasm-external-refs.h', |
1153 'wasm/wasm-function-name-table.cc', | 1155 'wasm/wasm-function-name-table.cc', |
1154 'wasm/wasm-function-name-table.h', | 1156 'wasm/wasm-function-name-table.h', |
1155 'wasm/wasm-js.cc', | 1157 'wasm/wasm-js.cc', |
1156 'wasm/wasm-js.h', | 1158 'wasm/wasm-js.h', |
1157 'wasm/wasm-macro-gen.h', | 1159 'wasm/wasm-macro-gen.h', |
1158 'wasm/wasm-module.cc', | 1160 'wasm/wasm-module.cc', |
1159 'wasm/wasm-module.h', | 1161 'wasm/wasm-module.h', |
1160 'wasm/wasm-opcodes.cc', | 1162 'wasm/wasm-opcodes.cc', |
(...skipping 1073 matching lines...) Loading... |
2234 }], | 2236 }], |
2235 ['want_separate_host_toolset==1', { | 2237 ['want_separate_host_toolset==1', { |
2236 'toolsets': ['host'], | 2238 'toolsets': ['host'], |
2237 }, { | 2239 }, { |
2238 'toolsets': ['target'], | 2240 'toolsets': ['target'], |
2239 }], | 2241 }], |
2240 ], | 2242 ], |
2241 }, | 2243 }, |
2242 ], | 2244 ], |
2243 } | 2245 } |
OLD | NEW |