| 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 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 912 'interpreter/bytecodes.cc', | 912 'interpreter/bytecodes.cc', |
| 913 'interpreter/bytecodes.h', | 913 'interpreter/bytecodes.h', |
| 914 'interpreter/bytecode-array-builder.cc', | 914 'interpreter/bytecode-array-builder.cc', |
| 915 'interpreter/bytecode-array-builder.h', | 915 'interpreter/bytecode-array-builder.h', |
| 916 'interpreter/bytecode-array-iterator.cc', | 916 'interpreter/bytecode-array-iterator.cc', |
| 917 'interpreter/bytecode-array-iterator.h', | 917 'interpreter/bytecode-array-iterator.h', |
| 918 'interpreter/bytecode-array-writer.cc', | 918 'interpreter/bytecode-array-writer.cc', |
| 919 'interpreter/bytecode-array-writer.h', | 919 'interpreter/bytecode-array-writer.h', |
| 920 'interpreter/bytecode-dead-code-optimizer.cc', | 920 'interpreter/bytecode-dead-code-optimizer.cc', |
| 921 'interpreter/bytecode-dead-code-optimizer.h', | 921 'interpreter/bytecode-dead-code-optimizer.h', |
| 922 'interpreter/bytecode-decoder.cc', | 922 'interpreter/bytecode-label.h', |
| 923 'interpreter/bytecode-decoder.h', | |
| 924 'interpreter/bytecode-flags.cc', | |
| 925 'interpreter/bytecode-flags.h', | |
| 926 'interpreter/bytecode-generator.cc', | 923 'interpreter/bytecode-generator.cc', |
| 927 'interpreter/bytecode-generator.h', | 924 'interpreter/bytecode-generator.h', |
| 928 'interpreter/bytecode-label.h', | |
| 929 'interpreter/bytecode-peephole-optimizer.cc', | 925 'interpreter/bytecode-peephole-optimizer.cc', |
| 930 'interpreter/bytecode-peephole-optimizer.h', | 926 'interpreter/bytecode-peephole-optimizer.h', |
| 931 'interpreter/bytecode-pipeline.cc', | 927 'interpreter/bytecode-pipeline.cc', |
| 932 'interpreter/bytecode-pipeline.h', | 928 'interpreter/bytecode-pipeline.h', |
| 933 'interpreter/bytecode-register.cc', | |
| 934 'interpreter/bytecode-register.h', | |
| 935 'interpreter/bytecode-register-allocator.cc', | 929 'interpreter/bytecode-register-allocator.cc', |
| 936 'interpreter/bytecode-register-allocator.h', | 930 'interpreter/bytecode-register-allocator.h', |
| 937 'interpreter/bytecode-register-optimizer.cc', | 931 'interpreter/bytecode-register-optimizer.cc', |
| 938 'interpreter/bytecode-register-optimizer.h', | 932 'interpreter/bytecode-register-optimizer.h', |
| 939 'interpreter/bytecode-traits.h', | 933 'interpreter/bytecode-traits.h', |
| 940 'interpreter/constant-array-builder.cc', | 934 'interpreter/constant-array-builder.cc', |
| 941 'interpreter/constant-array-builder.h', | 935 'interpreter/constant-array-builder.h', |
| 942 'interpreter/control-flow-builders.cc', | 936 'interpreter/control-flow-builders.cc', |
| 943 'interpreter/control-flow-builders.h', | 937 'interpreter/control-flow-builders.h', |
| 944 'interpreter/handler-table-builder.cc', | 938 'interpreter/handler-table-builder.cc', |
| (...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2303 }], | 2297 }], |
| 2304 ['want_separate_host_toolset==1', { | 2298 ['want_separate_host_toolset==1', { |
| 2305 'toolsets': ['host'], | 2299 'toolsets': ['host'], |
| 2306 }, { | 2300 }, { |
| 2307 'toolsets': ['target'], | 2301 'toolsets': ['target'], |
| 2308 }], | 2302 }], |
| 2309 ], | 2303 ], |
| 2310 }, | 2304 }, |
| 2311 ], | 2305 ], |
| 2312 } | 2306 } |
| OLD | NEW |