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

Unified Diff: corelib/src/implementation/corelib_impl_sources.gypi

Issue 10834331: Move the shared arrays and string_buffer files to where they belong. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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: corelib/src/implementation/corelib_impl_sources.gypi
diff --git a/corelib/src/implementation/corelib_impl_sources.gypi b/corelib/src/implementation/corelib_impl_sources.gypi
index 8bdf744807770d422af216faa16b01acd62679fb..b614b6dacbd5aba2b61ceac5d5fa040b9e5724bd 100644
--- a/corelib/src/implementation/corelib_impl_sources.gypi
+++ b/corelib/src/implementation/corelib_impl_sources.gypi
@@ -4,6 +4,7 @@
{
'sources': [
+ 'arrays.dart',
'collections.dart',
'dual_pivot_quicksort.dart',
'duration_implementation.dart',
@@ -16,5 +17,6 @@
'queue.dart',
'splay_tree.dart',
'stopwatch_implementation.dart',
+ 'string_buffer.dart',
],
}

Powered by Google App Engine
This is Rietveld 408576698