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

Unified Diff: runtime/lib/lib_impl_sources.gypi

Issue 10870064: Use patching for Expando so the implementation-specific files are not needed in the SDK. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Adding missing file Created 8 years, 4 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_impl_sources.gypi
diff --git a/runtime/lib/lib_impl_sources.gypi b/runtime/lib/lib_impl_sources.gypi
index 9a78d1bba74b3db448d11979e0e614623ac22d9d..ce7e987a2b0dfe9c3b0b317d36bc8d853ee53874 100644
--- a/runtime/lib/lib_impl_sources.gypi
+++ b/runtime/lib/lib_impl_sources.gypi
@@ -13,6 +13,7 @@
'date_patch.dart',
'double.cc',
'double.dart',
+ 'expando_patch.dart',
'growable_array.cc',
'growable_array.dart',
'immutable_map.dart',
@@ -27,5 +28,7 @@
'stopwatch_patch.dart',
'string.cc',
'string.dart',
+ 'weak_property.dart',
+ 'weak_property.cc',
],
}

Powered by Google App Engine
This is Rietveld 408576698