blob: e955cb29f173fc5a13f93b58d8cae7fad2068874 [file] [log] [blame] [edit]
# Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
heap_sources = [
"become.cc",
"become.h",
"compactor.cc",
"compactor.h",
"freelist.cc",
"freelist.h",
"gc_shared.cc",
"gc_shared.h",
"heap.cc",
"heap.h",
"incremental_compactor.cc",
"incremental_compactor.h",
"marker.cc",
"marker.h",
"page.cc",
"page.h",
"pages.cc",
"pages.h",
"pointer_block.cc",
"pointer_block.h",
"safepoint.cc",
"safepoint.h",
"sampler.cc",
"sampler.h",
"scavenger.cc",
"scavenger.h",
"spaces.h",
"sweeper.cc",
"sweeper.h",
"verifier.cc",
"verifier.h",
"weak_code.cc",
"weak_code.h",
"weak_table.cc",
"weak_table.h",
]
heap_sources_tests = [
"become_test.cc",
"freelist_test.cc",
"heap_test.cc",
"weak_table_test.cc",
"safepoint_test.cc",
"splay_test.cc",
]