Chromium Code Reviews| Index: sdk/lib/collection/collection_sources.gypi |
| diff --git a/sdk/lib/collection/collection_sources.gypi b/sdk/lib/collection/collection_sources.gypi |
| index f2137e7ebe4fbaf5da479f1e20d79ff2acc6008d..3f1c117a2594e3b87a08ad2b092715da9d23d1d4 100644 |
| --- a/sdk/lib/collection/collection_sources.gypi |
| +++ b/sdk/lib/collection/collection_sources.gypi |
| @@ -7,9 +7,12 @@ |
| 'sources': [ |
| 'arrays.dart', |
| 'collections.dart', |
| + 'iterator.dart', |
| + 'map.dart', |
| 'maps.dart', |
| + 'queue.dart', |
| + 'set.dart', |
| 'sort.dart', |
| 'splay_tree.dart', |
| ], |
| } |
| - |