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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
815 '../../src/ic/ic.cc', | 815 '../../src/ic/ic.cc', |
816 '../../src/ic/ic.h', | 816 '../../src/ic/ic.h', |
817 '../../src/ic/ic-compiler.cc', | 817 '../../src/ic/ic-compiler.cc', |
818 '../../src/ic/ic-compiler.h', | 818 '../../src/ic/ic-compiler.h', |
819 '../../src/identity-map.cc', | 819 '../../src/identity-map.cc', |
820 '../../src/identity-map.h', | 820 '../../src/identity-map.h', |
821 '../../src/interface-descriptors.cc', | 821 '../../src/interface-descriptors.cc', |
822 '../../src/interface-descriptors.h', | 822 '../../src/interface-descriptors.h', |
823 '../../src/interpreter/bytecodes.cc', | 823 '../../src/interpreter/bytecodes.cc', |
824 '../../src/interpreter/bytecodes.h', | 824 '../../src/interpreter/bytecodes.h', |
825 '../../src/interpreter/bytecode-generator.cc', | |
826 '../../src/interpreter/bytecode-generator.h', | |
827 '../../src/interpreter/bytecode-array-builder.cc', | 825 '../../src/interpreter/bytecode-array-builder.cc', |
828 '../../src/interpreter/bytecode-array-builder.h', | 826 '../../src/interpreter/bytecode-array-builder.h', |
829 '../../src/interpreter/bytecode-array-iterator.cc', | 827 '../../src/interpreter/bytecode-array-iterator.cc', |
830 '../../src/interpreter/bytecode-array-iterator.h', | 828 '../../src/interpreter/bytecode-array-iterator.h', |
| 829 '../../src/interpreter/bytecode-generator.cc', |
| 830 '../../src/interpreter/bytecode-generator.h', |
| 831 '../../src/interpreter/bytecode-traits.h', |
831 '../../src/interpreter/interpreter.cc', | 832 '../../src/interpreter/interpreter.cc', |
832 '../../src/interpreter/interpreter.h', | 833 '../../src/interpreter/interpreter.h', |
833 '../../src/isolate-inl.h', | 834 '../../src/isolate-inl.h', |
834 '../../src/isolate.cc', | 835 '../../src/isolate.cc', |
835 '../../src/isolate.h', | 836 '../../src/isolate.h', |
836 '../../src/json-parser.h', | 837 '../../src/json-parser.h', |
837 '../../src/json-stringifier.h', | 838 '../../src/json-stringifier.h', |
838 '../../src/layout-descriptor-inl.h', | 839 '../../src/layout-descriptor-inl.h', |
839 '../../src/layout-descriptor.cc', | 840 '../../src/layout-descriptor.cc', |
840 '../../src/layout-descriptor.h', | 841 '../../src/layout-descriptor.h', |
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2085 }], | 2086 }], |
2086 ['want_separate_host_toolset==1', { | 2087 ['want_separate_host_toolset==1', { |
2087 'toolsets': ['host'], | 2088 'toolsets': ['host'], |
2088 }, { | 2089 }, { |
2089 'toolsets': ['target'], | 2090 'toolsets': ['target'], |
2090 }], | 2091 }], |
2091 ], | 2092 ], |
2092 }, | 2093 }, |
2093 ], | 2094 ], |
2094 } | 2095 } |
OLD | NEW |