| 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 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 '../../src/compiler/value-numbering-reducer.cc', | 611 '../../src/compiler/value-numbering-reducer.cc', |
| 612 '../../src/compiler/value-numbering-reducer.h', | 612 '../../src/compiler/value-numbering-reducer.h', |
| 613 '../../src/compiler/verifier.cc', | 613 '../../src/compiler/verifier.cc', |
| 614 '../../src/compiler/verifier.h', | 614 '../../src/compiler/verifier.h', |
| 615 '../../src/compiler/zone-pool.cc', | 615 '../../src/compiler/zone-pool.cc', |
| 616 '../../src/compiler/zone-pool.h', | 616 '../../src/compiler/zone-pool.h', |
| 617 '../../src/compiler.cc', | 617 '../../src/compiler.cc', |
| 618 '../../src/compiler.h', | 618 '../../src/compiler.h', |
| 619 '../../src/context-measure.cc', | 619 '../../src/context-measure.cc', |
| 620 '../../src/context-measure.h', | 620 '../../src/context-measure.h', |
| 621 '../../src/contexts-inl.h', |
| 621 '../../src/contexts.cc', | 622 '../../src/contexts.cc', |
| 622 '../../src/contexts.h', | 623 '../../src/contexts.h', |
| 623 '../../src/conversions-inl.h', | 624 '../../src/conversions-inl.h', |
| 624 '../../src/conversions.cc', | 625 '../../src/conversions.cc', |
| 625 '../../src/conversions.h', | 626 '../../src/conversions.h', |
| 626 '../../src/counters.cc', | 627 '../../src/counters.cc', |
| 627 '../../src/counters.h', | 628 '../../src/counters.h', |
| 628 '../../src/cpu-profiler-inl.h', | 629 '../../src/cpu-profiler-inl.h', |
| 629 '../../src/cpu-profiler.cc', | 630 '../../src/cpu-profiler.cc', |
| 630 '../../src/cpu-profiler.h', | 631 '../../src/cpu-profiler.h', |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 803 '../../src/interface-descriptors.cc', | 804 '../../src/interface-descriptors.cc', |
| 804 '../../src/interface-descriptors.h', | 805 '../../src/interface-descriptors.h', |
| 805 '../../src/interpreter/bytecodes.cc', | 806 '../../src/interpreter/bytecodes.cc', |
| 806 '../../src/interpreter/bytecodes.h', | 807 '../../src/interpreter/bytecodes.h', |
| 807 '../../src/interpreter/bytecode-generator.cc', | 808 '../../src/interpreter/bytecode-generator.cc', |
| 808 '../../src/interpreter/bytecode-generator.h', | 809 '../../src/interpreter/bytecode-generator.h', |
| 809 '../../src/interpreter/bytecode-array-builder.cc', | 810 '../../src/interpreter/bytecode-array-builder.cc', |
| 810 '../../src/interpreter/bytecode-array-builder.h', | 811 '../../src/interpreter/bytecode-array-builder.h', |
| 811 '../../src/interpreter/interpreter.cc', | 812 '../../src/interpreter/interpreter.cc', |
| 812 '../../src/interpreter/interpreter.h', | 813 '../../src/interpreter/interpreter.h', |
| 814 '../../src/isolate-inl.h', |
| 813 '../../src/isolate.cc', | 815 '../../src/isolate.cc', |
| 814 '../../src/isolate.h', | 816 '../../src/isolate.h', |
| 815 '../../src/json-parser.h', | 817 '../../src/json-parser.h', |
| 816 '../../src/json-stringifier.h', | 818 '../../src/json-stringifier.h', |
| 817 '../../src/layout-descriptor-inl.h', | 819 '../../src/layout-descriptor-inl.h', |
| 818 '../../src/layout-descriptor.cc', | 820 '../../src/layout-descriptor.cc', |
| 819 '../../src/layout-descriptor.h', | 821 '../../src/layout-descriptor.h', |
| 820 '../../src/list-inl.h', | 822 '../../src/list-inl.h', |
| 821 '../../src/list.h', | 823 '../../src/list.h', |
| 822 '../../src/lithium-allocator-inl.h', | 824 '../../src/lithium-allocator-inl.h', |
| (...skipping 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2023 }], | 2025 }], |
| 2024 ['want_separate_host_toolset==1', { | 2026 ['want_separate_host_toolset==1', { |
| 2025 'toolsets': ['host'], | 2027 'toolsets': ['host'], |
| 2026 }, { | 2028 }, { |
| 2027 'toolsets': ['target'], | 2029 'toolsets': ['target'], |
| 2028 }], | 2030 }], |
| 2029 ], | 2031 ], |
| 2030 }, | 2032 }, |
| 2031 ], | 2033 ], |
| 2032 } | 2034 } |
| OLD | NEW |