Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(952)

Unified Diff: dart/sdk/lib/core/corelib_sources.gypi

Issue 14142003: Add Symbol class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix operator== Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
}

Powered by Google App Engine
This is Rietveld 408576698