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

Unified Diff: lib/scalarlist/scalarlist_sources.gypi

Issue 10919267: Introduce a VM-only dart:scalarlist library for byte arrays. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move init call for scalarlist lib Created 8 years, 3 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
« no previous file with comments | « lib/scalarlist/scalarlist.dart ('k') | runtime/bin/dartutils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/scalarlist/scalarlist_sources.gypi
diff --git a/runtime/lib/math_sources.gypi b/lib/scalarlist/scalarlist_sources.gypi
similarity index 91%
copy from runtime/lib/math_sources.gypi
copy to lib/scalarlist/scalarlist_sources.gypi
index 5fb0d9eb93b4dca8bf62538d83477e6c36b7b0b1..86ae9e76b61996ab7fbfb11831145841c8776f5e 100644
--- a/runtime/lib/math_sources.gypi
+++ b/lib/scalarlist/scalarlist_sources.gypi
@@ -4,6 +4,6 @@
{
'sources': [
- 'math_patch.dart',
+ 'scalarlist.dart',
],
}
« no previous file with comments | « lib/scalarlist/scalarlist.dart ('k') | runtime/bin/dartutils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698