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 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1283 'wasm/wasm-module-builder.cc', | 1283 'wasm/wasm-module-builder.cc', |
1284 'wasm/wasm-module-builder.h', | 1284 'wasm/wasm-module-builder.h', |
1285 'wasm/wasm-interpreter.cc', | 1285 'wasm/wasm-interpreter.cc', |
1286 'wasm/wasm-interpreter.h', | 1286 'wasm/wasm-interpreter.h', |
1287 'wasm/wasm-objects.cc', | 1287 'wasm/wasm-objects.cc', |
1288 'wasm/wasm-objects.h', | 1288 'wasm/wasm-objects.h', |
1289 'wasm/wasm-opcodes.cc', | 1289 'wasm/wasm-opcodes.cc', |
1290 'wasm/wasm-opcodes.h', | 1290 'wasm/wasm-opcodes.h', |
1291 'wasm/wasm-result.cc', | 1291 'wasm/wasm-result.cc', |
1292 'wasm/wasm-result.h', | 1292 'wasm/wasm-result.h', |
| 1293 'wasm/wasm-text.cc', |
| 1294 'wasm/wasm-text.h', |
1293 'zone/accounting-allocator.cc', | 1295 'zone/accounting-allocator.cc', |
1294 'zone/accounting-allocator.h', | 1296 'zone/accounting-allocator.h', |
1295 'zone/zone-segment.cc', | 1297 'zone/zone-segment.cc', |
1296 'zone/zone-segment.h', | 1298 'zone/zone-segment.h', |
1297 'zone/zone.cc', | 1299 'zone/zone.cc', |
1298 'zone/zone.h', | 1300 'zone/zone.h', |
1299 'zone/zone-chunk-list.h', | 1301 'zone/zone-chunk-list.h', |
1300 'zone/zone-segment.cc', | 1302 'zone/zone-segment.cc', |
1301 'zone/zone-segment.h', | 1303 'zone/zone-segment.h', |
1302 'zone/zone-allocator.h', | 1304 'zone/zone-allocator.h', |
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2483 'conditions': [ | 2485 'conditions': [ |
2484 ['want_separate_host_toolset_mkpeephole==1', { | 2486 ['want_separate_host_toolset_mkpeephole==1', { |
2485 'toolsets': ['host'], | 2487 'toolsets': ['host'], |
2486 }, { | 2488 }, { |
2487 'toolsets': ['target'], | 2489 'toolsets': ['target'], |
2488 }], | 2490 }], |
2489 ], | 2491 ], |
2490 }, | 2492 }, |
2491 ], | 2493 ], |
2492 } | 2494 } |
OLD | NEW |