| 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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 '../../src/ic/ic-state.cc', | 792 '../../src/ic/ic-state.cc', |
| 793 '../../src/ic/ic-state.h', | 793 '../../src/ic/ic-state.h', |
| 794 '../../src/ic/ic.cc', | 794 '../../src/ic/ic.cc', |
| 795 '../../src/ic/ic.h', | 795 '../../src/ic/ic.h', |
| 796 '../../src/ic/ic-compiler.cc', | 796 '../../src/ic/ic-compiler.cc', |
| 797 '../../src/ic/ic-compiler.h', | 797 '../../src/ic/ic-compiler.h', |
| 798 '../../src/interface-descriptors.cc', | 798 '../../src/interface-descriptors.cc', |
| 799 '../../src/interface-descriptors.h', | 799 '../../src/interface-descriptors.h', |
| 800 '../../src/interpreter/bytecodes.cc', | 800 '../../src/interpreter/bytecodes.cc', |
| 801 '../../src/interpreter/bytecodes.h', | 801 '../../src/interpreter/bytecodes.h', |
| 802 '../../src/interpreter/bytecode-generator.cc', |
| 803 '../../src/interpreter/bytecode-generator.h', |
| 802 '../../src/interpreter/bytecode-array-builder.cc', | 804 '../../src/interpreter/bytecode-array-builder.cc', |
| 803 '../../src/interpreter/bytecode-array-builder.h', | 805 '../../src/interpreter/bytecode-array-builder.h', |
| 804 '../../src/interpreter/interpreter.cc', | 806 '../../src/interpreter/interpreter.cc', |
| 805 '../../src/interpreter/interpreter.h', | 807 '../../src/interpreter/interpreter.h', |
| 806 '../../src/isolate.cc', | 808 '../../src/isolate.cc', |
| 807 '../../src/isolate.h', | 809 '../../src/isolate.h', |
| 808 '../../src/json-parser.h', | 810 '../../src/json-parser.h', |
| 809 '../../src/json-stringifier.h', | 811 '../../src/json-stringifier.h', |
| 810 '../../src/layout-descriptor-inl.h', | 812 '../../src/layout-descriptor-inl.h', |
| 811 '../../src/layout-descriptor.cc', | 813 '../../src/layout-descriptor.cc', |
| (...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1979 }], | 1981 }], |
| 1980 ['want_separate_host_toolset==1', { | 1982 ['want_separate_host_toolset==1', { |
| 1981 'toolsets': ['host'], | 1983 'toolsets': ['host'], |
| 1982 }, { | 1984 }, { |
| 1983 'toolsets': ['target'], | 1985 'toolsets': ['target'], |
| 1984 }], | 1986 }], |
| 1985 ], | 1987 ], |
| 1986 }, | 1988 }, |
| 1987 ], | 1989 ], |
| 1988 } | 1990 } |
| OLD | NEW |