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 876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
887 'identity-map.cc', | 887 'identity-map.cc', |
888 'identity-map.h', | 888 'identity-map.h', |
889 'interface-descriptors.cc', | 889 'interface-descriptors.cc', |
890 'interface-descriptors.h', | 890 'interface-descriptors.h', |
891 'interpreter/bytecodes.cc', | 891 'interpreter/bytecodes.cc', |
892 'interpreter/bytecodes.h', | 892 'interpreter/bytecodes.h', |
893 'interpreter/bytecode-array-builder.cc', | 893 'interpreter/bytecode-array-builder.cc', |
894 'interpreter/bytecode-array-builder.h', | 894 'interpreter/bytecode-array-builder.h', |
895 'interpreter/bytecode-array-iterator.cc', | 895 'interpreter/bytecode-array-iterator.cc', |
896 'interpreter/bytecode-array-iterator.h', | 896 'interpreter/bytecode-array-iterator.h', |
| 897 'interpreter/bytecode-array-writer.cc', |
| 898 'interpreter/bytecode-array-writer.h', |
| 899 'interpreter/bytecode-peephole-optimizer.cc', |
| 900 'interpreter/bytecode-peephole-optimizer.h', |
| 901 'interpreter/bytecode-pipeline.cc', |
| 902 'interpreter/bytecode-pipeline.h', |
897 'interpreter/bytecode-register-allocator.cc', | 903 'interpreter/bytecode-register-allocator.cc', |
898 'interpreter/bytecode-register-allocator.h', | 904 'interpreter/bytecode-register-allocator.h', |
899 'interpreter/bytecode-generator.cc', | 905 'interpreter/bytecode-generator.cc', |
900 'interpreter/bytecode-generator.h', | 906 'interpreter/bytecode-generator.h', |
901 'interpreter/bytecode-traits.h', | 907 'interpreter/bytecode-traits.h', |
902 'interpreter/constant-array-builder.cc', | 908 'interpreter/constant-array-builder.cc', |
903 'interpreter/constant-array-builder.h', | 909 'interpreter/constant-array-builder.h', |
904 'interpreter/control-flow-builders.cc', | 910 'interpreter/control-flow-builders.cc', |
905 'interpreter/control-flow-builders.h', | 911 'interpreter/control-flow-builders.h', |
906 'interpreter/handler-table-builder.cc', | 912 'interpreter/handler-table-builder.cc', |
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2227 }], | 2233 }], |
2228 ['want_separate_host_toolset==1', { | 2234 ['want_separate_host_toolset==1', { |
2229 'toolsets': ['host'], | 2235 'toolsets': ['host'], |
2230 }, { | 2236 }, { |
2231 'toolsets': ['target'], | 2237 'toolsets': ['target'], |
2232 }], | 2238 }], |
2233 ], | 2239 ], |
2234 }, | 2240 }, |
2235 ], | 2241 ], |
2236 } | 2242 } |
OLD | NEW |