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 882 matching lines...) Loading... |
893 'interface-descriptors.cc', | 893 'interface-descriptors.cc', |
894 'interface-descriptors.h', | 894 'interface-descriptors.h', |
895 'interpreter/bytecodes.cc', | 895 'interpreter/bytecodes.cc', |
896 'interpreter/bytecodes.h', | 896 'interpreter/bytecodes.h', |
897 'interpreter/bytecode-array-builder.cc', | 897 'interpreter/bytecode-array-builder.cc', |
898 'interpreter/bytecode-array-builder.h', | 898 'interpreter/bytecode-array-builder.h', |
899 'interpreter/bytecode-array-iterator.cc', | 899 'interpreter/bytecode-array-iterator.cc', |
900 'interpreter/bytecode-array-iterator.h', | 900 'interpreter/bytecode-array-iterator.h', |
901 'interpreter/bytecode-array-writer.cc', | 901 'interpreter/bytecode-array-writer.cc', |
902 'interpreter/bytecode-array-writer.h', | 902 'interpreter/bytecode-array-writer.h', |
| 903 'interpreter/bytecode-label.h', |
903 'interpreter/bytecode-peephole-optimizer.cc', | 904 'interpreter/bytecode-peephole-optimizer.cc', |
904 'interpreter/bytecode-peephole-optimizer.h', | 905 'interpreter/bytecode-peephole-optimizer.h', |
905 'interpreter/bytecode-pipeline.cc', | 906 'interpreter/bytecode-pipeline.cc', |
906 'interpreter/bytecode-pipeline.h', | 907 'interpreter/bytecode-pipeline.h', |
907 'interpreter/bytecode-register-allocator.cc', | 908 'interpreter/bytecode-register-allocator.cc', |
908 'interpreter/bytecode-register-allocator.h', | 909 'interpreter/bytecode-register-allocator.h', |
909 'interpreter/bytecode-register-optimizer.cc', | 910 'interpreter/bytecode-register-optimizer.cc', |
910 'interpreter/bytecode-register-optimizer.h', | 911 'interpreter/bytecode-register-optimizer.h', |
911 'interpreter/bytecode-generator.cc', | 912 'interpreter/bytecode-generator.cc', |
912 'interpreter/bytecode-generator.h', | 913 'interpreter/bytecode-generator.h', |
(...skipping 1364 matching lines...) Loading... |
2277 }], | 2278 }], |
2278 ['want_separate_host_toolset==1', { | 2279 ['want_separate_host_toolset==1', { |
2279 'toolsets': ['host'], | 2280 'toolsets': ['host'], |
2280 }, { | 2281 }, { |
2281 'toolsets': ['target'], | 2282 'toolsets': ['target'], |
2282 }], | 2283 }], |
2283 ], | 2284 ], |
2284 }, | 2285 }, |
2285 ], | 2286 ], |
2286 } | 2287 } |
OLD | NEW |