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

Unified Diff: runtime/lib/lib_sources.gypi

Issue 10942025: Convert String and List to abstract classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated to tip-of-tree. Created 8 years, 3 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: 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',
],

Powered by Google App Engine
This is Rietveld 408576698