Chromium Code Reviews| Index: sdk/lib/_collection_dev/collection_dev_sources.gypi |
| =================================================================== |
| --- sdk/lib/_collection_dev/collection_dev_sources.gypi (revision 18894) |
| +++ sdk/lib/_collection_dev/collection_dev_sources.gypi (working copy) |
| @@ -5,6 +5,8 @@ |
| # This file contains all sources for the dart:collection-dev library. |
| { |
| 'sources': [ |
| + 'collection_dev.dart', |
|
siva
2013/02/23 00:11:03
Comment that this should be the first file?
Ivan Posva
2013/02/25 22:20:14
Done.
|
| + # The above file contains the parts listed below. |
| 'iterable.dart', |
| 'list.dart', |
| 'sort.dart', |