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

Unified Diff: runtime/lib/lib_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: runtime/lib/lib_impl_sources.gypi
diff --git a/runtime/lib/lib_impl_sources.gypi b/runtime/lib/lib_impl_sources.gypi
index 13ff90a269be2c496b38d17cc22340408e7567d3..b0c31bf730018f788cff5bda16a4ed7ed74ad94c 100644
--- a/runtime/lib/lib_impl_sources.gypi
+++ b/runtime/lib/lib_impl_sources.gypi
@@ -8,7 +8,6 @@
'sources': [
'array.cc',
'array.dart',
- 'arrays.dart',
'bool.dart',
'date.cc',
'date.dart',
@@ -28,6 +27,5 @@
'stopwatch_patch.dart',
'string.cc',
'string.dart',
- 'string_buffer.dart',
],
}

Powered by Google App Engine
This is Rietveld 408576698