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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 'api-arguments-inl.h', | 411 'api-arguments-inl.h', |
412 'api-arguments.cc', | 412 'api-arguments.cc', |
413 'api-arguments.h', | 413 'api-arguments.h', |
414 'api-natives.cc', | 414 'api-natives.cc', |
415 'api-natives.h', | 415 'api-natives.h', |
416 'arguments.cc', | 416 'arguments.cc', |
417 'arguments.h', | 417 'arguments.h', |
418 'asmjs/asm-js.cc', | 418 'asmjs/asm-js.cc', |
419 'asmjs/asm-js.h', | 419 'asmjs/asm-js.h', |
420 'asmjs/asm-names.h', | 420 'asmjs/asm-names.h', |
| 421 'asmjs/asm-parser.cc', |
| 422 'asmjs/asm-parser.h', |
421 'asmjs/asm-scanner.cc', | 423 'asmjs/asm-scanner.cc', |
422 'asmjs/asm-scanner.h', | 424 'asmjs/asm-scanner.h', |
423 'asmjs/asm-typer.cc', | 425 'asmjs/asm-typer.cc', |
424 'asmjs/asm-typer.h', | 426 'asmjs/asm-typer.h', |
425 'asmjs/asm-types.cc', | 427 'asmjs/asm-types.cc', |
426 'asmjs/asm-types.h', | 428 'asmjs/asm-types.h', |
427 'asmjs/asm-wasm-builder.cc', | 429 'asmjs/asm-wasm-builder.cc', |
428 'asmjs/asm-wasm-builder.h', | 430 'asmjs/asm-wasm-builder.h', |
429 'asmjs/switch-logic.h', | 431 'asmjs/switch-logic.h', |
430 'asmjs/switch-logic.cc', | 432 'asmjs/switch-logic.cc', |
(...skipping 2078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2509 'conditions': [ | 2511 'conditions': [ |
2510 ['want_separate_host_toolset_mkpeephole==1', { | 2512 ['want_separate_host_toolset_mkpeephole==1', { |
2511 'toolsets': ['host'], | 2513 'toolsets': ['host'], |
2512 }, { | 2514 }, { |
2513 'toolsets': ['target'], | 2515 'toolsets': ['target'], |
2514 }], | 2516 }], |
2515 ], | 2517 ], |
2516 }, | 2518 }, |
2517 ], | 2519 ], |
2518 } | 2520 } |
OLD | NEW |