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 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1338 'v8.cc', | 1338 'v8.cc', |
1339 'v8.h', | 1339 'v8.h', |
1340 'v8memory.h', | 1340 'v8memory.h', |
1341 'v8threads.cc', | 1341 'v8threads.cc', |
1342 'v8threads.h', | 1342 'v8threads.h', |
1343 'value-serializer.cc', | 1343 'value-serializer.cc', |
1344 'value-serializer.h', | 1344 'value-serializer.h', |
1345 'vector.h', | 1345 'vector.h', |
1346 'version.cc', | 1346 'version.cc', |
1347 'version.h', | 1347 'version.h', |
| 1348 'visitors.cc', |
| 1349 'visitors.h', |
1348 'vm-state-inl.h', | 1350 'vm-state-inl.h', |
1349 'vm-state.h', | 1351 'vm-state.h', |
1350 'wasm/decoder.h', | 1352 'wasm/decoder.h', |
1351 'wasm/function-body-decoder.cc', | 1353 'wasm/function-body-decoder.cc', |
1352 'wasm/function-body-decoder.h', | 1354 'wasm/function-body-decoder.h', |
1353 'wasm/function-body-decoder-impl.h', | 1355 'wasm/function-body-decoder-impl.h', |
1354 'wasm/leb-helper.h', | 1356 'wasm/leb-helper.h', |
1355 'wasm/module-decoder.cc', | 1357 'wasm/module-decoder.cc', |
1356 'wasm/module-decoder.h', | 1358 'wasm/module-decoder.h', |
1357 'wasm/signature-map.cc', | 1359 'wasm/signature-map.cc', |
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2487 }], | 2489 }], |
2488 ['want_separate_host_toolset==1', { | 2490 ['want_separate_host_toolset==1', { |
2489 'toolsets': ['host'], | 2491 'toolsets': ['host'], |
2490 }, { | 2492 }, { |
2491 'toolsets': ['target'], | 2493 'toolsets': ['target'], |
2492 }], | 2494 }], |
2493 ], | 2495 ], |
2494 }, | 2496 }, |
2495 ], | 2497 ], |
2496 } | 2498 } |
OLD | NEW |