| 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 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 806 'factory.cc', | 806 'factory.cc', |
| 807 'factory.h', | 807 'factory.h', |
| 808 'fast-accessor-assembler.cc', | 808 'fast-accessor-assembler.cc', |
| 809 'fast-accessor-assembler.h', | 809 'fast-accessor-assembler.h', |
| 810 'fast-dtoa.cc', | 810 'fast-dtoa.cc', |
| 811 'fast-dtoa.h', | 811 'fast-dtoa.h', |
| 812 'field-index.h', | 812 'field-index.h', |
| 813 'field-index-inl.h', | 813 'field-index-inl.h', |
| 814 'field-type.cc', | 814 'field-type.cc', |
| 815 'field-type.h', | 815 'field-type.h', |
| 816 'file-utils.cc', |
| 817 'file-utils.h', |
| 816 'fixed-dtoa.cc', | 818 'fixed-dtoa.cc', |
| 817 'fixed-dtoa.h', | 819 'fixed-dtoa.h', |
| 818 'flag-definitions.h', | 820 'flag-definitions.h', |
| 819 'flags.cc', | 821 'flags.cc', |
| 820 'flags.h', | 822 'flags.h', |
| 821 'frames-inl.h', | 823 'frames-inl.h', |
| 822 'frames.cc', | 824 'frames.cc', |
| 823 'frames.h', | 825 'frames.h', |
| 824 'full-codegen/full-codegen.cc', | 826 'full-codegen/full-codegen.cc', |
| 825 'full-codegen/full-codegen.h', | 827 'full-codegen/full-codegen.h', |
| (...skipping 1454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2280 }], | 2282 }], |
| 2281 ['want_separate_host_toolset==1', { | 2283 ['want_separate_host_toolset==1', { |
| 2282 'toolsets': ['host'], | 2284 'toolsets': ['host'], |
| 2283 }, { | 2285 }, { |
| 2284 'toolsets': ['target'], | 2286 'toolsets': ['target'], |
| 2285 }], | 2287 }], |
| 2286 ], | 2288 ], |
| 2287 }, | 2289 }, |
| 2288 ], | 2290 ], |
| 2289 } | 2291 } |
| OLD | NEW |