| 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 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 803 '../../src/ic/ic.cc', | 803 '../../src/ic/ic.cc', |
| 804 '../../src/ic/ic.h', | 804 '../../src/ic/ic.h', |
| 805 '../../src/ic/ic-compiler.cc', | 805 '../../src/ic/ic-compiler.cc', |
| 806 '../../src/ic/ic-compiler.h', | 806 '../../src/ic/ic-compiler.h', |
| 807 '../../src/identity-map.cc', | 807 '../../src/identity-map.cc', |
| 808 '../../src/identity-map.h', | 808 '../../src/identity-map.h', |
| 809 '../../src/interface-descriptors.cc', | 809 '../../src/interface-descriptors.cc', |
| 810 '../../src/interface-descriptors.h', | 810 '../../src/interface-descriptors.h', |
| 811 '../../src/interpreter/bytecodes.cc', | 811 '../../src/interpreter/bytecodes.cc', |
| 812 '../../src/interpreter/bytecodes.h', | 812 '../../src/interpreter/bytecodes.h', |
| 813 '../../src/interpreter/bytecode-generator.cc', | |
| 814 '../../src/interpreter/bytecode-generator.h', | |
| 815 '../../src/interpreter/bytecode-array-builder.cc', | 813 '../../src/interpreter/bytecode-array-builder.cc', |
| 816 '../../src/interpreter/bytecode-array-builder.h', | 814 '../../src/interpreter/bytecode-array-builder.h', |
| 817 '../../src/interpreter/bytecode-array-iterator.cc', | 815 '../../src/interpreter/bytecode-array-iterator.cc', |
| 818 '../../src/interpreter/bytecode-array-iterator.h', | 816 '../../src/interpreter/bytecode-array-iterator.h', |
| 817 '../../src/interpreter/bytecode-generator.cc', |
| 818 '../../src/interpreter/bytecode-generator.h', |
| 819 '../../src/interpreter/bytecode-traits.h', |
| 819 '../../src/interpreter/control-flow-builders.cc', | 820 '../../src/interpreter/control-flow-builders.cc', |
| 820 '../../src/interpreter/control-flow-builders.h', | 821 '../../src/interpreter/control-flow-builders.h', |
| 821 '../../src/interpreter/interpreter.cc', | 822 '../../src/interpreter/interpreter.cc', |
| 822 '../../src/interpreter/interpreter.h', | 823 '../../src/interpreter/interpreter.h', |
| 823 '../../src/isolate-inl.h', | 824 '../../src/isolate-inl.h', |
| 824 '../../src/isolate.cc', | 825 '../../src/isolate.cc', |
| 825 '../../src/isolate.h', | 826 '../../src/isolate.h', |
| 826 '../../src/json-parser.h', | 827 '../../src/json-parser.h', |
| 827 '../../src/json-stringifier.h', | 828 '../../src/json-stringifier.h', |
| 828 '../../src/layout-descriptor-inl.h', | 829 '../../src/layout-descriptor-inl.h', |
| (...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2088 }], | 2089 }], |
| 2089 ['want_separate_host_toolset==1', { | 2090 ['want_separate_host_toolset==1', { |
| 2090 'toolsets': ['host'], | 2091 'toolsets': ['host'], |
| 2091 }, { | 2092 }, { |
| 2092 'toolsets': ['target'], | 2093 'toolsets': ['target'], |
| 2093 }], | 2094 }], |
| 2094 ], | 2095 ], |
| 2095 }, | 2096 }, |
| 2096 ], | 2097 ], |
| 2097 } | 2098 } |
| OLD | NEW |