Index: dart/sdk/lib/core/corelib_sources.gypi |
diff --git a/dart/sdk/lib/core/corelib_sources.gypi b/dart/sdk/lib/core/corelib_sources.gypi |
index a8789b808129cbde7872513b7125b34e7e89c19e..0f11a10a50d07956a91c958f876d9589a7f2b7d3 100644 |
--- a/dart/sdk/lib/core/corelib_sources.gypi |
+++ b/dart/sdk/lib/core/corelib_sources.gypi |
@@ -12,8 +12,8 @@ |
'date_time.dart', |
'double.dart', |
'duration.dart', |
- 'exceptions.dart', |
'errors.dart', |
+ 'exceptions.dart', |
'expando.dart', |
'function.dart', |
'identical.dart', |
@@ -21,8 +21,8 @@ |
'invocation_mirror.dart', |
'iterable.dart', |
'iterator.dart', |
- 'map.dart', |
'list.dart', |
+ 'map.dart', |
'num.dart', |
'object.dart', |
'pattern.dart', |
@@ -34,6 +34,7 @@ |
'string.dart', |
'string_buffer.dart', |
'string_sink.dart', |
+ 'symbol.dart', |
'type.dart', |
], |
} |