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

Unified Diff: runtime/lib/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 | « runtime/lib/lib_sources.gypi ('k') | runtime/tests/vm/dart/byte_array_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/scalarlist_sources.gypi
diff --git a/runtime/bin/json_sources.gypi b/runtime/lib/scalarlist_sources.gypi
similarity index 71%
copy from runtime/bin/json_sources.gypi
copy to runtime/lib/scalarlist_sources.gypi
index c41f93e6726b36e52d22250f99c8d87a63c9abe3..cb7c3ddd8f98026c38308515c96d38df7d944d63 100644
--- a/runtime/bin/json_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.
-# This file contains all sources for the dart:io library.
+# Sources visible via dart:scalarlist library.
+
{
'sources': [
- '../../lib/json/json.dart',
+ 'byte_array.cc',
+ 'byte_array.dart',
],
}
+
« no previous file with comments | « runtime/lib/lib_sources.gypi ('k') | runtime/tests/vm/dart/byte_array_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698