| 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 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 '../../src/conversions-inl.h', | 738 '../../src/conversions-inl.h', |
| 739 '../../src/conversions.cc', | 739 '../../src/conversions.cc', |
| 740 '../../src/conversions.h', | 740 '../../src/conversions.h', |
| 741 '../../src/counters.cc', | 741 '../../src/counters.cc', |
| 742 '../../src/counters.h', | 742 '../../src/counters.h', |
| 743 '../../src/crankshaft/compilation-phase.cc', | 743 '../../src/crankshaft/compilation-phase.cc', |
| 744 '../../src/crankshaft/compilation-phase.h', | 744 '../../src/crankshaft/compilation-phase.h', |
| 745 '../../src/crankshaft/hydrogen-alias-analysis.h', | 745 '../../src/crankshaft/hydrogen-alias-analysis.h', |
| 746 '../../src/crankshaft/hydrogen-bce.cc', | 746 '../../src/crankshaft/hydrogen-bce.cc', |
| 747 '../../src/crankshaft/hydrogen-bce.h', | 747 '../../src/crankshaft/hydrogen-bce.h', |
| 748 '../../src/crankshaft/hydrogen-bch.cc', | |
| 749 '../../src/crankshaft/hydrogen-bch.h', | |
| 750 '../../src/crankshaft/hydrogen-canonicalize.cc', | 748 '../../src/crankshaft/hydrogen-canonicalize.cc', |
| 751 '../../src/crankshaft/hydrogen-canonicalize.h', | 749 '../../src/crankshaft/hydrogen-canonicalize.h', |
| 752 '../../src/crankshaft/hydrogen-check-elimination.cc', | 750 '../../src/crankshaft/hydrogen-check-elimination.cc', |
| 753 '../../src/crankshaft/hydrogen-check-elimination.h', | 751 '../../src/crankshaft/hydrogen-check-elimination.h', |
| 754 '../../src/crankshaft/hydrogen-dce.cc', | 752 '../../src/crankshaft/hydrogen-dce.cc', |
| 755 '../../src/crankshaft/hydrogen-dce.h', | 753 '../../src/crankshaft/hydrogen-dce.h', |
| 756 '../../src/crankshaft/hydrogen-dehoist.cc', | 754 '../../src/crankshaft/hydrogen-dehoist.cc', |
| 757 '../../src/crankshaft/hydrogen-dehoist.h', | 755 '../../src/crankshaft/hydrogen-dehoist.h', |
| 758 '../../src/crankshaft/hydrogen-environment-liveness.cc', | 756 '../../src/crankshaft/hydrogen-environment-liveness.cc', |
| 759 '../../src/crankshaft/hydrogen-environment-liveness.h', | 757 '../../src/crankshaft/hydrogen-environment-liveness.h', |
| (...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2279 }], | 2277 }], |
| 2280 ['want_separate_host_toolset==1', { | 2278 ['want_separate_host_toolset==1', { |
| 2281 'toolsets': ['host'], | 2279 'toolsets': ['host'], |
| 2282 }, { | 2280 }, { |
| 2283 'toolsets': ['target'], | 2281 'toolsets': ['target'], |
| 2284 }], | 2282 }], |
| 2285 ], | 2283 ], |
| 2286 }, | 2284 }, |
| 2287 ], | 2285 ], |
| 2288 } | 2286 } |
| OLD | NEW |