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