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 946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
957 'ic/accessor-assembler.h', | 957 'ic/accessor-assembler.h', |
958 'ic/call-optimization.cc', | 958 'ic/call-optimization.cc', |
959 'ic/call-optimization.h', | 959 'ic/call-optimization.h', |
960 'ic/handler-compiler.cc', | 960 'ic/handler-compiler.cc', |
961 'ic/handler-compiler.h', | 961 'ic/handler-compiler.h', |
962 'ic/handler-configuration-inl.h', | 962 'ic/handler-configuration-inl.h', |
963 'ic/handler-configuration.h', | 963 'ic/handler-configuration.h', |
964 'ic/ic-inl.h', | 964 'ic/ic-inl.h', |
965 'ic/ic-state.cc', | 965 'ic/ic-state.cc', |
966 'ic/ic-state.h', | 966 'ic/ic-state.h', |
| 967 'ic/ic-stats.cc', |
| 968 'ic/ic-stats.h', |
967 'ic/ic.cc', | 969 'ic/ic.cc', |
968 'ic/ic.h', | 970 'ic/ic.h', |
969 'ic/ic-compiler.cc', | 971 'ic/ic-compiler.cc', |
970 'ic/ic-compiler.h', | 972 'ic/ic-compiler.h', |
971 'ic/keyed-store-generic.cc', | 973 'ic/keyed-store-generic.cc', |
972 'ic/keyed-store-generic.h', | 974 'ic/keyed-store-generic.h', |
973 'identity-map.cc', | 975 'identity-map.cc', |
974 'identity-map.h', | 976 'identity-map.h', |
975 'interface-descriptors.cc', | 977 'interface-descriptors.cc', |
976 'interface-descriptors.h', | 978 'interface-descriptors.h', |
(...skipping 1510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2487 'conditions': [ | 2489 'conditions': [ |
2488 ['want_separate_host_toolset_mkpeephole==1', { | 2490 ['want_separate_host_toolset_mkpeephole==1', { |
2489 'toolsets': ['host'], | 2491 'toolsets': ['host'], |
2490 }, { | 2492 }, { |
2491 'toolsets': ['target'], | 2493 'toolsets': ['target'], |
2492 }], | 2494 }], |
2493 ], | 2495 ], |
2494 }, | 2496 }, |
2495 ], | 2497 ], |
2496 } | 2498 } |
OLD | NEW |