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