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

Unified Diff: lib/scalarlist/scalarlist_sources.gypi

Issue 10958012: Workaround VM issue with library tags in builtin libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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') | tests/standalone/standalone.status » ('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/lib/scalarlist/scalarlist_sources.gypi b/lib/scalarlist/scalarlist_sources.gypi
index 86ae9e76b61996ab7fbfb11831145841c8776f5e..70a6ab87b0b05d77a72364a043e3206200609c9e 100644
--- a/lib/scalarlist/scalarlist_sources.gypi
+++ b/lib/scalarlist/scalarlist_sources.gypi
@@ -4,6 +4,10 @@
{
'sources': [
- 'scalarlist.dart',
+ # TODO(ager): remove byte_arrays.dart and inline the code in
+ # scalarlist.dart. The reason for not doing that at this point is
+ # that the VM does not allow normal library structure for builtin
+ # libraries.
+ 'byte_arrays.dart',
],
}
« no previous file with comments | « lib/scalarlist/scalarlist.dart ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698