| 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',
|
| ],
|
| }
|
|
|