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

Unified Diff: runtime/lib/lib_sources.gypi

Issue 10861041: Provide an Expando implementation for the VM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address review comments 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_sources.gypi
diff --git a/runtime/lib/lib_sources.gypi b/runtime/lib/lib_sources.gypi
index 9c487f00f7f13d8d885d0658e16f99e06755bf52..70db699e17bb5f9148065b199d17dbd18f8b16b8 100644
--- a/runtime/lib/lib_sources.gypi
+++ b/runtime/lib/lib_sources.gypi
@@ -12,8 +12,11 @@
'error.cc',
'error.dart',
'error.h',
+ 'expando.dart',
'literal_factory.dart',
'object.cc',
'object.dart',
+ 'weak_property.cc',
+ 'weak_property.dart',
],
}

Powered by Google App Engine
This is Rietveld 408576698