Chromium Code Reviews| Index: runtime/lib/lib_sources.gypi |
| diff --git a/runtime/lib/lib_sources.gypi b/runtime/lib/lib_sources.gypi |
| index be01d072941686e4d6568f2e238b8d4d4554ccd1..9f93505d95d2130e85b26de1fdf9ef47561e9f06 100644 |
| --- a/runtime/lib/lib_sources.gypi |
| +++ b/runtime/lib/lib_sources.gypi |
| @@ -6,6 +6,7 @@ |
| { |
| 'sources': [ |
| + 'array_patch.dart', |
| 'double.cc', |
| 'double.dart', |
| 'double_patch.dart', |
| @@ -21,6 +22,7 @@ |
| 'print_patch.dart', |
| 'stopwatch.cc', |
| 'type_patch.dart', |
| + 'string_patch.dart', |
| 'weak_property.dart', |
| 'weak_property.cc', |
| ], |