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

Unified Diff: sdk/lib/collection_dev/collection_dev_sources.gypi

Issue 11959012: Add dart:collection_dev library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update create_sdk script. Created 7 years, 11 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 | « sdk/lib/collection_dev/collection_dev.dart ('k') | sdk/lib/collection_dev/empty.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/collection_dev/collection_dev_sources.gypi
diff --git a/runtime/lib/async_sources.gypi b/sdk/lib/collection_dev/collection_dev_sources.gypi
similarity index 72%
copy from runtime/lib/async_sources.gypi
copy to sdk/lib/collection_dev/collection_dev_sources.gypi
index d1c0711679a7189610e28d878b4f8825aae0a3c6..f83a837a42568d1f3e2b23009023969a4384253d 100644
--- a/runtime/lib/async_sources.gypi
+++ b/sdk/lib/collection_dev/collection_dev_sources.gypi
@@ -2,9 +2,10 @@
# 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:isolate library.
+# This file contains all sources for the dart:collection-dev library.
{
'sources': [
- 'timer_patch.dart',
+ 'empty.dart',
],
}
+
« no previous file with comments | « sdk/lib/collection_dev/collection_dev.dart ('k') | sdk/lib/collection_dev/empty.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698