| Index: corelib/src/implementation/corelib_impl_sources.gypi
|
| diff --git a/corelib/src/implementation/corelib_impl_sources.gypi b/corelib/src/implementation/corelib_impl_sources.gypi
|
| index 8bdf744807770d422af216faa16b01acd62679fb..b614b6dacbd5aba2b61ceac5d5fa040b9e5724bd 100644
|
| --- a/corelib/src/implementation/corelib_impl_sources.gypi
|
| +++ b/corelib/src/implementation/corelib_impl_sources.gypi
|
| @@ -4,6 +4,7 @@
|
|
|
| {
|
| 'sources': [
|
| + 'arrays.dart',
|
| 'collections.dart',
|
| 'dual_pivot_quicksort.dart',
|
| 'duration_implementation.dart',
|
| @@ -16,5 +17,6 @@
|
| 'queue.dart',
|
| 'splay_tree.dart',
|
| 'stopwatch_implementation.dart',
|
| + 'string_buffer.dart',
|
| ],
|
| }
|
|
|