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 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1240 'version.cc', | 1240 'version.cc', |
1241 'version.h', | 1241 'version.h', |
1242 'vm-state-inl.h', | 1242 'vm-state-inl.h', |
1243 'vm-state.h', | 1243 'vm-state.h', |
1244 'wasm/ast-decoder.cc', | 1244 'wasm/ast-decoder.cc', |
1245 'wasm/ast-decoder.h', | 1245 'wasm/ast-decoder.h', |
1246 'wasm/decoder.h', | 1246 'wasm/decoder.h', |
1247 'wasm/leb-helper.h', | 1247 'wasm/leb-helper.h', |
1248 'wasm/module-decoder.cc', | 1248 'wasm/module-decoder.cc', |
1249 'wasm/module-decoder.h', | 1249 'wasm/module-decoder.h', |
| 1250 'wasm/signature-map.cc', |
| 1251 'wasm/signature-map.h', |
1250 'wasm/wasm-debug.cc', | 1252 'wasm/wasm-debug.cc', |
1251 'wasm/wasm-debug.h', | 1253 'wasm/wasm-debug.h', |
1252 'wasm/wasm-external-refs.cc', | 1254 'wasm/wasm-external-refs.cc', |
1253 'wasm/wasm-external-refs.h', | 1255 'wasm/wasm-external-refs.h', |
1254 'wasm/wasm-function-name-table.cc', | 1256 'wasm/wasm-function-name-table.cc', |
1255 'wasm/wasm-function-name-table.h', | 1257 'wasm/wasm-function-name-table.h', |
1256 'wasm/wasm-js.cc', | 1258 'wasm/wasm-js.cc', |
1257 'wasm/wasm-js.h', | 1259 'wasm/wasm-js.h', |
1258 'wasm/wasm-macro-gen.h', | 1260 'wasm/wasm-macro-gen.h', |
1259 'wasm/wasm-module.cc', | 1261 'wasm/wasm-module.cc', |
(...skipping 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2468 'conditions': [ | 2470 'conditions': [ |
2469 ['want_separate_host_toolset_mkpeephole==1', { | 2471 ['want_separate_host_toolset_mkpeephole==1', { |
2470 'toolsets': ['host'], | 2472 'toolsets': ['host'], |
2471 }, { | 2473 }, { |
2472 'toolsets': ['target'], | 2474 'toolsets': ['target'], |
2473 }], | 2475 }], |
2474 ], | 2476 ], |
2475 }, | 2477 }, |
2476 ], | 2478 ], |
2477 } | 2479 } |
OLD | NEW |