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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
625 'compiler/js-call-reducer.cc', | 625 'compiler/js-call-reducer.cc', |
626 'compiler/js-call-reducer.h', | 626 'compiler/js-call-reducer.h', |
627 'compiler/js-context-specialization.cc', | 627 'compiler/js-context-specialization.cc', |
628 'compiler/js-context-specialization.h', | 628 'compiler/js-context-specialization.h', |
629 'compiler/js-create-lowering.cc', | 629 'compiler/js-create-lowering.cc', |
630 'compiler/js-create-lowering.h', | 630 'compiler/js-create-lowering.h', |
631 'compiler/js-frame-specialization.cc', | 631 'compiler/js-frame-specialization.cc', |
632 'compiler/js-frame-specialization.h', | 632 'compiler/js-frame-specialization.h', |
633 'compiler/js-generic-lowering.cc', | 633 'compiler/js-generic-lowering.cc', |
634 'compiler/js-generic-lowering.h', | 634 'compiler/js-generic-lowering.h', |
635 'compiler/js-global-object-specialization.cc', | |
636 'compiler/js-global-object-specialization.h', | |
637 'compiler/js-graph.cc', | 635 'compiler/js-graph.cc', |
638 'compiler/js-graph.h', | 636 'compiler/js-graph.h', |
639 'compiler/js-inlining.cc', | 637 'compiler/js-inlining.cc', |
640 'compiler/js-inlining.h', | 638 'compiler/js-inlining.h', |
641 'compiler/js-inlining-heuristic.cc', | 639 'compiler/js-inlining-heuristic.cc', |
642 'compiler/js-inlining-heuristic.h', | 640 'compiler/js-inlining-heuristic.h', |
643 'compiler/js-intrinsic-lowering.cc', | 641 'compiler/js-intrinsic-lowering.cc', |
644 'compiler/js-intrinsic-lowering.h', | 642 'compiler/js-intrinsic-lowering.h', |
645 'compiler/js-native-context-specialization.cc', | 643 'compiler/js-native-context-specialization.cc', |
646 'compiler/js-native-context-specialization.h', | 644 'compiler/js-native-context-specialization.h', |
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2502 'conditions': [ | 2500 'conditions': [ |
2503 ['want_separate_host_toolset_mkpeephole==1', { | 2501 ['want_separate_host_toolset_mkpeephole==1', { |
2504 'toolsets': ['host'], | 2502 'toolsets': ['host'], |
2505 }, { | 2503 }, { |
2506 'toolsets': ['target'], | 2504 'toolsets': ['target'], |
2507 }], | 2505 }], |
2508 ], | 2506 ], |
2509 }, | 2507 }, |
2510 ], | 2508 ], |
2511 } | 2509 } |
OLD | NEW |