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 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
678 'compiler.cc', | 678 'compiler.cc', |
679 'compiler.h', | 679 'compiler.h', |
680 'context-measure.cc', | 680 'context-measure.cc', |
681 'context-measure.h', | 681 'context-measure.h', |
682 'contexts-inl.h', | 682 'contexts-inl.h', |
683 'contexts.cc', | 683 'contexts.cc', |
684 'contexts.h', | 684 'contexts.h', |
685 'conversions-inl.h', | 685 'conversions-inl.h', |
686 'conversions.cc', | 686 'conversions.cc', |
687 'conversions.h', | 687 'conversions.h', |
| 688 'counters-inl.h', |
688 'counters.cc', | 689 'counters.cc', |
689 'counters.h', | 690 'counters.h', |
690 'crankshaft/compilation-phase.cc', | 691 'crankshaft/compilation-phase.cc', |
691 'crankshaft/compilation-phase.h', | 692 'crankshaft/compilation-phase.h', |
692 'crankshaft/hydrogen-alias-analysis.h', | 693 'crankshaft/hydrogen-alias-analysis.h', |
693 'crankshaft/hydrogen-bce.cc', | 694 'crankshaft/hydrogen-bce.cc', |
694 'crankshaft/hydrogen-bce.h', | 695 'crankshaft/hydrogen-bce.h', |
695 'crankshaft/hydrogen-canonicalize.cc', | 696 'crankshaft/hydrogen-canonicalize.cc', |
696 'crankshaft/hydrogen-canonicalize.h', | 697 'crankshaft/hydrogen-canonicalize.h', |
697 'crankshaft/hydrogen-check-elimination.cc', | 698 'crankshaft/hydrogen-check-elimination.cc', |
(...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2234 }], | 2235 }], |
2235 ['want_separate_host_toolset==1', { | 2236 ['want_separate_host_toolset==1', { |
2236 'toolsets': ['host'], | 2237 'toolsets': ['host'], |
2237 }, { | 2238 }, { |
2238 'toolsets': ['target'], | 2239 'toolsets': ['target'], |
2239 }], | 2240 }], |
2240 ], | 2241 ], |
2241 }, | 2242 }, |
2242 ], | 2243 ], |
2243 } | 2244 } |
OLD | NEW |