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 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1244 'value-serializer.h', | 1244 'value-serializer.h', |
1245 'vector.h', | 1245 'vector.h', |
1246 'version.cc', | 1246 'version.cc', |
1247 'version.h', | 1247 'version.h', |
1248 'vm-state-inl.h', | 1248 'vm-state-inl.h', |
1249 'vm-state.h', | 1249 'vm-state.h', |
1250 'wasm/ast-decoder.cc', | 1250 'wasm/ast-decoder.cc', |
1251 'wasm/ast-decoder.h', | 1251 'wasm/ast-decoder.h', |
1252 'wasm/decoder.h', | 1252 'wasm/decoder.h', |
1253 'wasm/leb-helper.h', | 1253 'wasm/leb-helper.h', |
| 1254 'wasm/managed.h', |
1254 'wasm/module-decoder.cc', | 1255 'wasm/module-decoder.cc', |
1255 'wasm/module-decoder.h', | 1256 'wasm/module-decoder.h', |
1256 'wasm/signature-map.cc', | 1257 'wasm/signature-map.cc', |
1257 'wasm/signature-map.h', | 1258 'wasm/signature-map.h', |
1258 'wasm/wasm-debug.cc', | 1259 'wasm/wasm-debug.cc', |
1259 'wasm/wasm-debug.h', | 1260 'wasm/wasm-debug.h', |
1260 'wasm/wasm-external-refs.cc', | 1261 'wasm/wasm-external-refs.cc', |
1261 'wasm/wasm-external-refs.h', | 1262 'wasm/wasm-external-refs.h', |
1262 'wasm/wasm-function-name-table.cc', | 1263 'wasm/wasm-function-name-table.cc', |
1263 'wasm/wasm-function-name-table.h', | 1264 'wasm/wasm-function-name-table.h', |
(...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2477 'conditions': [ | 2478 'conditions': [ |
2478 ['want_separate_host_toolset_mkpeephole==1', { | 2479 ['want_separate_host_toolset_mkpeephole==1', { |
2479 'toolsets': ['host'], | 2480 'toolsets': ['host'], |
2480 }, { | 2481 }, { |
2481 'toolsets': ['target'], | 2482 'toolsets': ['target'], |
2482 }], | 2483 }], |
2483 ], | 2484 ], |
2484 }, | 2485 }, |
2485 ], | 2486 ], |
2486 } | 2487 } |
OLD | NEW |