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