Chromium Code Reviews| Index: runtime/lib/lib_sources.gypi |
| diff --git a/runtime/lib/lib_sources.gypi b/runtime/lib/lib_sources.gypi |
| index 227776b5bdbd983143e32340e992b20ebb4d482d..6990c9c0b98ab2f5e4ad9f05667d5f711d8e81e2 100644 |
| --- a/runtime/lib/lib_sources.gypi |
| +++ b/runtime/lib/lib_sources.gypi |
| @@ -8,6 +8,9 @@ |
| 'sources': [ |
| 'date.cc', |
| 'date_patch.dart', |
| + 'array.cc', |
| + 'array.dart', |
| + 'array_patch.dart', |
| 'double.cc', |
| 'double.dart', |
| 'double_patch.dart', |
| @@ -17,10 +20,14 @@ |
| 'error.h', |
| 'expando_patch.dart', |
| 'function_patch.dart', |
| + 'growable_array.cc', |
| + 'growable_array.dart', |
| + 'immutable_map.dart', |
| 'integers.cc', |
| 'integers.dart', |
| 'integers_patch.dart', |
| 'invocation_mirror_patch.dart', |
| + 'literal_factory.dart', |
| 'object_patch.dart', |
| 'print_patch.dart', |
| 'stopwatch_patch.dart', |