blob: b262c10ebc16779b87751f1a62324aa24d8551c7 [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',
'iterator.dart',
'map.dart',
'maps.dart',
'queue.dart',
'set.dart',
'splay_tree.dart',
],
}