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 713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
724 '../../src/context-measure.cc', | 724 '../../src/context-measure.cc', |
725 '../../src/context-measure.h', | 725 '../../src/context-measure.h', |
726 '../../src/contexts-inl.h', | 726 '../../src/contexts-inl.h', |
727 '../../src/contexts.cc', | 727 '../../src/contexts.cc', |
728 '../../src/contexts.h', | 728 '../../src/contexts.h', |
729 '../../src/conversions-inl.h', | 729 '../../src/conversions-inl.h', |
730 '../../src/conversions.cc', | 730 '../../src/conversions.cc', |
731 '../../src/conversions.h', | 731 '../../src/conversions.h', |
732 '../../src/counters.cc', | 732 '../../src/counters.cc', |
733 '../../src/counters.h', | 733 '../../src/counters.h', |
| 734 '../../src/crankshaft/compilation-phase.cc', |
| 735 '../../src/crankshaft/compilation-phase.h', |
734 '../../src/crankshaft/hydrogen-alias-analysis.h', | 736 '../../src/crankshaft/hydrogen-alias-analysis.h', |
735 '../../src/crankshaft/hydrogen-bce.cc', | 737 '../../src/crankshaft/hydrogen-bce.cc', |
736 '../../src/crankshaft/hydrogen-bce.h', | 738 '../../src/crankshaft/hydrogen-bce.h', |
737 '../../src/crankshaft/hydrogen-bch.cc', | 739 '../../src/crankshaft/hydrogen-bch.cc', |
738 '../../src/crankshaft/hydrogen-bch.h', | 740 '../../src/crankshaft/hydrogen-bch.h', |
739 '../../src/crankshaft/hydrogen-canonicalize.cc', | 741 '../../src/crankshaft/hydrogen-canonicalize.cc', |
740 '../../src/crankshaft/hydrogen-canonicalize.h', | 742 '../../src/crankshaft/hydrogen-canonicalize.h', |
741 '../../src/crankshaft/hydrogen-check-elimination.cc', | 743 '../../src/crankshaft/hydrogen-check-elimination.cc', |
742 '../../src/crankshaft/hydrogen-check-elimination.h', | 744 '../../src/crankshaft/hydrogen-check-elimination.h', |
743 '../../src/crankshaft/hydrogen-dce.cc', | 745 '../../src/crankshaft/hydrogen-dce.cc', |
(...skipping 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2250 }], | 2252 }], |
2251 ['want_separate_host_toolset==1', { | 2253 ['want_separate_host_toolset==1', { |
2252 'toolsets': ['host'], | 2254 'toolsets': ['host'], |
2253 }, { | 2255 }, { |
2254 'toolsets': ['target'], | 2256 'toolsets': ['target'], |
2255 }], | 2257 }], |
2256 ], | 2258 ], |
2257 }, | 2259 }, |
2258 ], | 2260 ], |
2259 } | 2261 } |
OLD | NEW |