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 934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
945 'handles.cc', | 945 'handles.cc', |
946 'handles.h', | 946 'handles.h', |
947 'heap-symbols.h', | 947 'heap-symbols.h', |
948 'heap/array-buffer-tracker-inl.h', | 948 'heap/array-buffer-tracker-inl.h', |
949 'heap/array-buffer-tracker.cc', | 949 'heap/array-buffer-tracker.cc', |
950 'heap/array-buffer-tracker.h', | 950 'heap/array-buffer-tracker.h', |
951 'heap/code-stats.cc', | 951 'heap/code-stats.cc', |
952 'heap/code-stats.h', | 952 'heap/code-stats.h', |
953 'heap/concurrent-marking.cc', | 953 'heap/concurrent-marking.cc', |
954 'heap/concurrent-marking.h', | 954 'heap/concurrent-marking.h', |
| 955 'heap/concurrent-marking-deque.h', |
955 'heap/embedder-tracing.cc', | 956 'heap/embedder-tracing.cc', |
956 'heap/embedder-tracing.h', | 957 'heap/embedder-tracing.h', |
957 'heap/memory-reducer.cc', | 958 'heap/memory-reducer.cc', |
958 'heap/memory-reducer.h', | 959 'heap/memory-reducer.h', |
959 'heap/gc-idle-time-handler.cc', | 960 'heap/gc-idle-time-handler.cc', |
960 'heap/gc-idle-time-handler.h', | 961 'heap/gc-idle-time-handler.h', |
961 'heap/gc-tracer.cc', | 962 'heap/gc-tracer.cc', |
962 'heap/gc-tracer.h', | 963 'heap/gc-tracer.h', |
963 'heap/heap-inl.h', | 964 'heap/heap-inl.h', |
964 'heap/heap.cc', | 965 'heap/heap.cc', |
(...skipping 12 matching lines...) Expand all Loading... |
977 'heap/objects-visiting-inl.h', | 978 'heap/objects-visiting-inl.h', |
978 'heap/objects-visiting.cc', | 979 'heap/objects-visiting.cc', |
979 'heap/objects-visiting.h', | 980 'heap/objects-visiting.h', |
980 'heap/page-parallel-job.h', | 981 'heap/page-parallel-job.h', |
981 'heap/remembered-set.h', | 982 'heap/remembered-set.h', |
982 'heap/scavenge-job.h', | 983 'heap/scavenge-job.h', |
983 'heap/scavenge-job.cc', | 984 'heap/scavenge-job.cc', |
984 'heap/scavenger-inl.h', | 985 'heap/scavenger-inl.h', |
985 'heap/scavenger.cc', | 986 'heap/scavenger.cc', |
986 'heap/scavenger.h', | 987 'heap/scavenger.h', |
| 988 'heap/sequential-marking-deque.cc', |
| 989 'heap/sequential-marking-deque.h', |
987 'heap/slot-set.h', | 990 'heap/slot-set.h', |
988 'heap/spaces-inl.h', | 991 'heap/spaces-inl.h', |
989 'heap/spaces.cc', | 992 'heap/spaces.cc', |
990 'heap/spaces.h', | 993 'heap/spaces.h', |
991 'heap/store-buffer.cc', | 994 'heap/store-buffer.cc', |
992 'heap/store-buffer.h', | 995 'heap/store-buffer.h', |
993 'intl.cc', | 996 'intl.cc', |
994 'intl.h', | 997 'intl.h', |
995 'icu_util.cc', | 998 'icu_util.cc', |
996 'icu_util.h', | 999 'icu_util.h', |
(...skipping 1492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2489 }], | 2492 }], |
2490 ['want_separate_host_toolset==1', { | 2493 ['want_separate_host_toolset==1', { |
2491 'toolsets': ['host'], | 2494 'toolsets': ['host'], |
2492 }, { | 2495 }, { |
2493 'toolsets': ['target'], | 2496 'toolsets': ['target'], |
2494 }], | 2497 }], |
2495 ], | 2498 ], |
2496 }, | 2499 }, |
2497 ], | 2500 ], |
2498 } | 2501 } |
OLD | NEW |