Index: runtime/lib/scalarlist_sources.gypi |
diff --git a/lib/isolate/isolate_sources.gypi b/runtime/lib/scalarlist_sources.gypi |
similarity index 71% |
copy from lib/isolate/isolate_sources.gypi |
copy to runtime/lib/scalarlist_sources.gypi |
index 53d416419fe4a791fd605ae989a40c9120847548..cb7c3ddd8f98026c38308515c96d38df7d944d63 100644 |
--- a/lib/isolate/isolate_sources.gypi |
+++ b/runtime/lib/scalarlist_sources.gypi |
@@ -2,9 +2,12 @@ |
# for details. All rights reserved. Use of this source code is governed by a |
# BSD-style license that can be found in the LICENSE file. |
+# Sources visible via dart:scalarlist library. |
+ |
{ |
'sources': [ |
- 'base.dart', |
- 'timer.dart' |
+ 'byte_array.cc', |
+ 'byte_array.dart', |
], |
} |
+ |