| 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 870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 881 'extensions/trigger-failure-extension.cc', | 881 'extensions/trigger-failure-extension.cc', |
| 882 'extensions/trigger-failure-extension.h', | 882 'extensions/trigger-failure-extension.h', |
| 883 'external-reference-table.cc', | 883 'external-reference-table.cc', |
| 884 'external-reference-table.h', | 884 'external-reference-table.h', |
| 885 'factory.cc', | 885 'factory.cc', |
| 886 'factory.h', | 886 'factory.h', |
| 887 'fast-accessor-assembler.cc', | 887 'fast-accessor-assembler.cc', |
| 888 'fast-accessor-assembler.h', | 888 'fast-accessor-assembler.h', |
| 889 'fast-dtoa.cc', | 889 'fast-dtoa.cc', |
| 890 'fast-dtoa.h', | 890 'fast-dtoa.h', |
| 891 'ffi/ffi-compiler.cc', |
| 892 'ffi/ffi-compiler.h', |
| 891 'field-index.h', | 893 'field-index.h', |
| 892 'field-index-inl.h', | 894 'field-index-inl.h', |
| 893 'field-type.cc', | 895 'field-type.cc', |
| 894 'field-type.h', | 896 'field-type.h', |
| 895 'fixed-dtoa.cc', | 897 'fixed-dtoa.cc', |
| 896 'fixed-dtoa.h', | 898 'fixed-dtoa.h', |
| 897 'flag-definitions.h', | 899 'flag-definitions.h', |
| 898 'flags.cc', | 900 'flags.cc', |
| 899 'flags.h', | 901 'flags.h', |
| 900 'frames-inl.h', | 902 'frames-inl.h', |
| (...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2495 'conditions': [ | 2497 'conditions': [ |
| 2496 ['want_separate_host_toolset_mkpeephole==1', { | 2498 ['want_separate_host_toolset_mkpeephole==1', { |
| 2497 'toolsets': ['host'], | 2499 'toolsets': ['host'], |
| 2498 }, { | 2500 }, { |
| 2499 'toolsets': ['target'], | 2501 'toolsets': ['target'], |
| 2500 }], | 2502 }], |
| 2501 ], | 2503 ], |
| 2502 }, | 2504 }, |
| 2503 ], | 2505 ], |
| 2504 } | 2506 } |
| OLD | NEW |