Index: sdk/lib/scalarlist/scalarlist_sources.gypi |
=================================================================== |
--- sdk/lib/scalarlist/scalarlist_sources.gypi (revision 19011) |
+++ sdk/lib/scalarlist/scalarlist_sources.gypi (working copy) |
@@ -4,10 +4,8 @@ |
{ |
'sources': [ |
- # 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. |
+ 'scalarlist.dart', |
+ # The above file needs to be first as it lists the parts below. |
'byte_arrays.dart', |
'simd128.dart', |
], |