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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 'api.h', | 413 'api.h', |
414 'api-arguments-inl.h', | 414 'api-arguments-inl.h', |
415 'api-arguments.cc', | 415 'api-arguments.cc', |
416 'api-arguments.h', | 416 'api-arguments.h', |
417 'api-natives.cc', | 417 'api-natives.cc', |
418 'api-natives.h', | 418 'api-natives.h', |
419 'arguments.cc', | 419 'arguments.cc', |
420 'arguments.h', | 420 'arguments.h', |
421 'asmjs/asm-js.cc', | 421 'asmjs/asm-js.cc', |
422 'asmjs/asm-js.h', | 422 'asmjs/asm-js.h', |
| 423 'asmjs/asm-typer.cc', |
| 424 'asmjs/asm-typer.h', |
423 'asmjs/asm-types.cc', | 425 'asmjs/asm-types.cc', |
424 'asmjs/asm-types.h', | 426 'asmjs/asm-types.h', |
425 'asmjs/asm-wasm-builder.cc', | 427 'asmjs/asm-wasm-builder.cc', |
426 'asmjs/asm-wasm-builder.h', | 428 'asmjs/asm-wasm-builder.h', |
427 'asmjs/typing-asm.cc', | 429 'asmjs/typing-asm.cc', |
428 'asmjs/typing-asm.h', | 430 'asmjs/typing-asm.h', |
429 'assembler.cc', | 431 'assembler.cc', |
430 'assembler.h', | 432 'assembler.h', |
431 'assert-scope.h', | 433 'assert-scope.h', |
432 'assert-scope.cc', | 434 'assert-scope.cc', |
(...skipping 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2292 }], | 2294 }], |
2293 ['want_separate_host_toolset==1', { | 2295 ['want_separate_host_toolset==1', { |
2294 'toolsets': ['host'], | 2296 'toolsets': ['host'], |
2295 }, { | 2297 }, { |
2296 'toolsets': ['target'], | 2298 'toolsets': ['target'], |
2297 }], | 2299 }], |
2298 ], | 2300 ], |
2299 }, | 2301 }, |
2300 ], | 2302 ], |
2301 } | 2303 } |
OLD | NEW |