| 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 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 784 '../../src/ic/ic.cc', | 784 '../../src/ic/ic.cc', |
| 785 '../../src/ic/ic.h', | 785 '../../src/ic/ic.h', |
| 786 '../../src/ic/ic-compiler.cc', | 786 '../../src/ic/ic-compiler.cc', |
| 787 '../../src/ic/ic-compiler.h', | 787 '../../src/ic/ic-compiler.h', |
| 788 '../../src/interface-descriptors.cc', | 788 '../../src/interface-descriptors.cc', |
| 789 '../../src/interface-descriptors.h', | 789 '../../src/interface-descriptors.h', |
| 790 '../../src/interpreter-irregexp.cc', | 790 '../../src/interpreter-irregexp.cc', |
| 791 '../../src/interpreter-irregexp.h', | 791 '../../src/interpreter-irregexp.h', |
| 792 '../../src/interpreter/bytecodes.cc', | 792 '../../src/interpreter/bytecodes.cc', |
| 793 '../../src/interpreter/bytecodes.h', | 793 '../../src/interpreter/bytecodes.h', |
| 794 '../../src/interpreter/bytecode-generator.cc', |
| 795 '../../src/interpreter/bytecode-generator.h', |
| 796 '../../src/interpreter/bytecode-array-builder.cc', |
| 797 '../../src/interpreter/bytecode-array-builder.h', |
| 794 '../../src/interpreter/interpreter.cc', | 798 '../../src/interpreter/interpreter.cc', |
| 795 '../../src/interpreter/interpreter.h', | 799 '../../src/interpreter/interpreter.h', |
| 796 '../../src/isolate.cc', | 800 '../../src/isolate.cc', |
| 797 '../../src/isolate.h', | 801 '../../src/isolate.h', |
| 798 '../../src/json-parser.h', | 802 '../../src/json-parser.h', |
| 799 '../../src/json-stringifier.h', | 803 '../../src/json-stringifier.h', |
| 800 '../../src/jsregexp-inl.h', | 804 '../../src/jsregexp-inl.h', |
| 801 '../../src/jsregexp.cc', | 805 '../../src/jsregexp.cc', |
| 802 '../../src/jsregexp.h', | 806 '../../src/jsregexp.h', |
| 803 '../../src/layout-descriptor-inl.h', | 807 '../../src/layout-descriptor-inl.h', |
| (...skipping 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1975 }], | 1979 }], |
| 1976 ['want_separate_host_toolset==1', { | 1980 ['want_separate_host_toolset==1', { |
| 1977 'toolsets': ['host'], | 1981 'toolsets': ['host'], |
| 1978 }, { | 1982 }, { |
| 1979 'toolsets': ['target'], | 1983 'toolsets': ['target'], |
| 1980 }], | 1984 }], |
| 1981 ], | 1985 ], |
| 1982 }, | 1986 }, |
| 1983 ], | 1987 ], |
| 1984 } | 1988 } |
| OLD | NEW |