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

Unified Diff: dart/sdk/lib/async/async_sources.gypi

Issue 11784018: Skeleton API for lazy library loading. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Dummy implementations and tests of basic API, but not functionality Created 7 years, 10 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: dart/sdk/lib/async/async_sources.gypi
diff --git a/dart/sdk/lib/async/async_sources.gypi b/dart/sdk/lib/async/async_sources.gypi
index 549a749a72ff0d997fe05b4608797407a9edbde9..d297cae1457e50db1202014674941d092474c5c4 100644
--- a/dart/sdk/lib/async/async_sources.gypi
+++ b/dart/sdk/lib/async/async_sources.gypi
@@ -7,6 +7,7 @@
'sources': [
'async_error.dart',
'collection_sink.dart',
+ 'deferred_load.dart',
'future.dart',
'future_impl.dart',
'stream.dart',
@@ -16,4 +17,3 @@
'timer.dart',
],
}
-

Powered by Google App Engine
This is Rietveld 408576698