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

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: 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
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..960a84336393fc7f0b95242f24ecd99d1172b7dd 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',
],
}
+

Powered by Google App Engine
This is Rietveld 408576698