blob: 37d67be22677a408eb5e9e1a1ebcfd16ae4eaca7 [file] [log] [blame]
# Copyright (c) 2012, 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.
# This file contains all sources for the dart:collection library.
{
'sources': [
'arrays.dart',
'collections.dart',
'hash_map.dart',
'hash_set.dart',
'hash_table.dart',
'iterator.dart',
'linked_hash_map.dart',
'linked_hash_set.dart',
'linked_hash_table.dart',
'maps.dart',
'queue.dart',
'splay_tree.dart',
],
}