| 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-peephole-optimizer.cc', |
| 898 'interpreter/bytecode-peephole-optimizer.h', |
| 897 'interpreter/bytecode-register-allocator.cc', | 899 'interpreter/bytecode-register-allocator.cc', |
| 898 'interpreter/bytecode-register-allocator.h', | 900 'interpreter/bytecode-register-allocator.h', |
| 899 'interpreter/bytecode-generator.cc', | 901 'interpreter/bytecode-generator.cc', |
| 900 'interpreter/bytecode-generator.h', | 902 'interpreter/bytecode-generator.h', |
| 901 'interpreter/bytecode-traits.h', | 903 'interpreter/bytecode-traits.h', |
| 904 'interpreter/bytecode-writer.cc', |
| 905 'interpreter/bytecode-writer.h', |
| 902 'interpreter/constant-array-builder.cc', | 906 'interpreter/constant-array-builder.cc', |
| 903 'interpreter/constant-array-builder.h', | 907 'interpreter/constant-array-builder.h', |
| 904 'interpreter/control-flow-builders.cc', | 908 'interpreter/control-flow-builders.cc', |
| 905 'interpreter/control-flow-builders.h', | 909 'interpreter/control-flow-builders.h', |
| 906 'interpreter/handler-table-builder.cc', | 910 'interpreter/handler-table-builder.cc', |
| 907 'interpreter/handler-table-builder.h', | 911 'interpreter/handler-table-builder.h', |
| 908 'interpreter/interpreter.cc', | 912 'interpreter/interpreter.cc', |
| 909 'interpreter/interpreter.h', | 913 'interpreter/interpreter.h', |
| 910 'interpreter/interpreter-assembler.cc', | 914 'interpreter/interpreter-assembler.cc', |
| 911 'interpreter/interpreter-assembler.h', | 915 'interpreter/interpreter-assembler.h', |
| (...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2234 }], | 2238 }], |
| 2235 ['want_separate_host_toolset==1', { | 2239 ['want_separate_host_toolset==1', { |
| 2236 'toolsets': ['host'], | 2240 'toolsets': ['host'], |
| 2237 }, { | 2241 }, { |
| 2238 'toolsets': ['target'], | 2242 'toolsets': ['target'], |
| 2239 }], | 2243 }], |
| 2240 ], | 2244 ], |
| 2241 }, | 2245 }, |
| 2242 ], | 2246 ], |
| 2243 } | 2247 } |
| OLD | NEW |