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 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1156 'wasm/ast-decoder.cc', | 1156 'wasm/ast-decoder.cc', |
1157 'wasm/ast-decoder.h', | 1157 'wasm/ast-decoder.h', |
1158 'wasm/decoder.h', | 1158 'wasm/decoder.h', |
1159 'wasm/encoder.cc', | 1159 'wasm/encoder.cc', |
1160 'wasm/encoder.h', | 1160 'wasm/encoder.h', |
1161 'wasm/leb-helper.h', | 1161 'wasm/leb-helper.h', |
1162 'wasm/module-decoder.cc', | 1162 'wasm/module-decoder.cc', |
1163 'wasm/module-decoder.h', | 1163 'wasm/module-decoder.h', |
1164 'wasm/switch-logic.h', | 1164 'wasm/switch-logic.h', |
1165 'wasm/switch-logic.cc', | 1165 'wasm/switch-logic.cc', |
| 1166 'wasm/wasm-debug.cc', |
| 1167 'wasm/wasm-debug.h', |
1166 'wasm/wasm-external-refs.cc', | 1168 'wasm/wasm-external-refs.cc', |
1167 'wasm/wasm-external-refs.h', | 1169 'wasm/wasm-external-refs.h', |
1168 'wasm/wasm-function-name-table.cc', | 1170 'wasm/wasm-function-name-table.cc', |
1169 'wasm/wasm-function-name-table.h', | 1171 'wasm/wasm-function-name-table.h', |
1170 'wasm/wasm-js.cc', | 1172 'wasm/wasm-js.cc', |
1171 'wasm/wasm-js.h', | 1173 'wasm/wasm-js.h', |
1172 'wasm/wasm-macro-gen.h', | 1174 'wasm/wasm-macro-gen.h', |
1173 'wasm/wasm-module.cc', | 1175 'wasm/wasm-module.cc', |
1174 'wasm/wasm-module.h', | 1176 'wasm/wasm-module.h', |
1175 'wasm/wasm-interpreter.cc', | 1177 'wasm/wasm-interpreter.cc', |
(...skipping 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2282 }], | 2284 }], |
2283 ['want_separate_host_toolset==1', { | 2285 ['want_separate_host_toolset==1', { |
2284 'toolsets': ['host'], | 2286 'toolsets': ['host'], |
2285 }, { | 2287 }, { |
2286 'toolsets': ['target'], | 2288 'toolsets': ['target'], |
2287 }], | 2289 }], |
2288 ], | 2290 ], |
2289 }, | 2291 }, |
2290 ], | 2292 ], |
2291 } | 2293 } |
OLD | NEW |