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 930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
941 'heap/slot-set.h', | 941 'heap/slot-set.h', |
942 'heap/spaces-inl.h', | 942 'heap/spaces-inl.h', |
943 'heap/spaces.cc', | 943 'heap/spaces.cc', |
944 'heap/spaces.h', | 944 'heap/spaces.h', |
945 'heap/store-buffer.cc', | 945 'heap/store-buffer.cc', |
946 'heap/store-buffer.h', | 946 'heap/store-buffer.h', |
947 'i18n.cc', | 947 'i18n.cc', |
948 'i18n.h', | 948 'i18n.h', |
949 'icu_util.cc', | 949 'icu_util.cc', |
950 'icu_util.h', | 950 'icu_util.h', |
| 951 'ic/access-compiler-data.h', |
951 'ic/access-compiler.cc', | 952 'ic/access-compiler.cc', |
952 'ic/access-compiler.h', | 953 'ic/access-compiler.h', |
953 'ic/call-optimization.cc', | 954 'ic/call-optimization.cc', |
954 'ic/call-optimization.h', | 955 'ic/call-optimization.h', |
955 'ic/handler-compiler.cc', | 956 'ic/handler-compiler.cc', |
956 'ic/handler-compiler.h', | 957 'ic/handler-compiler.h', |
957 'ic/handler-configuration.h', | 958 'ic/handler-configuration.h', |
958 'ic/ic-inl.h', | 959 'ic/ic-inl.h', |
959 'ic/ic-state.cc', | 960 'ic/ic-state.cc', |
960 'ic/ic-state.h', | 961 'ic/ic-state.h', |
(...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2439 'conditions': [ | 2440 'conditions': [ |
2440 ['want_separate_host_toolset_mkpeephole==1', { | 2441 ['want_separate_host_toolset_mkpeephole==1', { |
2441 'toolsets': ['host'], | 2442 'toolsets': ['host'], |
2442 }, { | 2443 }, { |
2443 'toolsets': ['target'], | 2444 'toolsets': ['target'], |
2444 }], | 2445 }], |
2445 ], | 2446 ], |
2446 }, | 2447 }, |
2447 ], | 2448 ], |
2448 } | 2449 } |
OLD | NEW |