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

Unified Diff: runtime/lib/lib_sources.gypi

Issue 11189141: Move ListImplementation from coreimpl to core, as a private member. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix a case in x64. Passes all tests on x64 now. Created 8 years, 2 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 227776b5bdbd983143e32340e992b20ebb4d482d..6990c9c0b98ab2f5e4ad9f05667d5f711d8e81e2 100644
--- a/runtime/lib/lib_sources.gypi
+++ b/runtime/lib/lib_sources.gypi
@@ -8,6 +8,9 @@
'sources': [
'date.cc',
'date_patch.dart',
+ 'array.cc',
+ 'array.dart',
+ 'array_patch.dart',
'double.cc',
'double.dart',
'double_patch.dart',
@@ -17,10 +20,14 @@
'error.h',
'expando_patch.dart',
'function_patch.dart',
+ 'growable_array.cc',
+ 'growable_array.dart',
+ 'immutable_map.dart',
'integers.cc',
'integers.dart',
'integers_patch.dart',
'invocation_mirror_patch.dart',
+ 'literal_factory.dart',
'object_patch.dart',
'print_patch.dart',
'stopwatch_patch.dart',

Powered by Google App Engine
This is Rietveld 408576698