| 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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 '../../src/extensions/statistics-extension.cc', | 836 '../../src/extensions/statistics-extension.cc', |
| 837 '../../src/extensions/statistics-extension.h', | 837 '../../src/extensions/statistics-extension.h', |
| 838 '../../src/extensions/trigger-failure-extension.cc', | 838 '../../src/extensions/trigger-failure-extension.cc', |
| 839 '../../src/extensions/trigger-failure-extension.h', | 839 '../../src/extensions/trigger-failure-extension.h', |
| 840 '../../src/factory.cc', | 840 '../../src/factory.cc', |
| 841 '../../src/factory.h', | 841 '../../src/factory.h', |
| 842 '../../src/fast-dtoa.cc', | 842 '../../src/fast-dtoa.cc', |
| 843 '../../src/fast-dtoa.h', | 843 '../../src/fast-dtoa.h', |
| 844 '../../src/field-index.h', | 844 '../../src/field-index.h', |
| 845 '../../src/field-index-inl.h', | 845 '../../src/field-index-inl.h', |
| 846 '../../src/field-type.cc', |
| 847 '../../src/field-type.h', |
| 846 '../../src/fixed-dtoa.cc', | 848 '../../src/fixed-dtoa.cc', |
| 847 '../../src/fixed-dtoa.h', | 849 '../../src/fixed-dtoa.h', |
| 848 '../../src/flag-definitions.h', | 850 '../../src/flag-definitions.h', |
| 849 '../../src/flags.cc', | 851 '../../src/flags.cc', |
| 850 '../../src/flags.h', | 852 '../../src/flags.h', |
| 851 '../../src/frames-inl.h', | 853 '../../src/frames-inl.h', |
| 852 '../../src/frames.cc', | 854 '../../src/frames.cc', |
| 853 '../../src/frames.h', | 855 '../../src/frames.h', |
| 854 '../../src/full-codegen/full-codegen.cc', | 856 '../../src/full-codegen/full-codegen.cc', |
| 855 '../../src/full-codegen/full-codegen.h', | 857 '../../src/full-codegen/full-codegen.h', |
| (...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2205 }], | 2207 }], |
| 2206 ['want_separate_host_toolset==1', { | 2208 ['want_separate_host_toolset==1', { |
| 2207 'toolsets': ['host'], | 2209 'toolsets': ['host'], |
| 2208 }, { | 2210 }, { |
| 2209 'toolsets': ['target'], | 2211 'toolsets': ['target'], |
| 2210 }], | 2212 }], |
| 2211 ], | 2213 ], |
| 2212 }, | 2214 }, |
| 2213 ], | 2215 ], |
| 2214 } | 2216 } |
| OLD | NEW |