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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 'compiler/int64-lowering.cc', | 642 'compiler/int64-lowering.cc', |
643 'compiler/int64-lowering.h', | 643 'compiler/int64-lowering.h', |
644 'compiler/js-builtin-reducer.cc', | 644 'compiler/js-builtin-reducer.cc', |
645 'compiler/js-builtin-reducer.h', | 645 'compiler/js-builtin-reducer.h', |
646 'compiler/js-call-reducer.cc', | 646 'compiler/js-call-reducer.cc', |
647 'compiler/js-call-reducer.h', | 647 'compiler/js-call-reducer.h', |
648 'compiler/js-context-specialization.cc', | 648 'compiler/js-context-specialization.cc', |
649 'compiler/js-context-specialization.h', | 649 'compiler/js-context-specialization.h', |
650 'compiler/js-create-lowering.cc', | 650 'compiler/js-create-lowering.cc', |
651 'compiler/js-create-lowering.h', | 651 'compiler/js-create-lowering.h', |
| 652 'compiler/js-for-in-lowering.cc', |
| 653 'compiler/js-for-in-lowering.h', |
652 'compiler/js-frame-specialization.cc', | 654 'compiler/js-frame-specialization.cc', |
653 'compiler/js-frame-specialization.h', | 655 'compiler/js-frame-specialization.h', |
654 'compiler/js-generic-lowering.cc', | 656 'compiler/js-generic-lowering.cc', |
655 'compiler/js-generic-lowering.h', | 657 'compiler/js-generic-lowering.h', |
656 'compiler/js-graph.cc', | 658 'compiler/js-graph.cc', |
657 'compiler/js-graph.h', | 659 'compiler/js-graph.h', |
658 'compiler/js-inlining.cc', | 660 'compiler/js-inlining.cc', |
659 'compiler/js-inlining.h', | 661 'compiler/js-inlining.h', |
660 'compiler/js-inlining-heuristic.cc', | 662 'compiler/js-inlining-heuristic.cc', |
661 'compiler/js-inlining-heuristic.h', | 663 'compiler/js-inlining-heuristic.h', |
(...skipping 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2499 'conditions': [ | 2501 'conditions': [ |
2500 ['want_separate_host_toolset_mkpeephole==1', { | 2502 ['want_separate_host_toolset_mkpeephole==1', { |
2501 'toolsets': ['host'], | 2503 'toolsets': ['host'], |
2502 }, { | 2504 }, { |
2503 'toolsets': ['target'], | 2505 'toolsets': ['target'], |
2504 }], | 2506 }], |
2505 ], | 2507 ], |
2506 }, | 2508 }, |
2507 ], | 2509 ], |
2508 } | 2510 } |
OLD | NEW |