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

Unified Diff: dart/runtime/lib/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
« no previous file with comments | « no previous file | dart/runtime/lib/deferred_load_patch.dart » ('j') | dart/sdk/lib/async/deferred_load.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/lib/async_sources.gypi
diff --git a/dart/runtime/lib/async_sources.gypi b/dart/runtime/lib/async_sources.gypi
index d1c0711679a7189610e28d878b4f8825aae0a3c6..a64243dad61251dc1aa605fe20444a77a06bdeba 100644
--- a/dart/runtime/lib/async_sources.gypi
+++ b/dart/runtime/lib/async_sources.gypi
@@ -6,5 +6,6 @@
{
'sources': [
'timer_patch.dart',
+ 'deferred_load_patch.dart',
],
}
« no previous file with comments | « no previous file | dart/runtime/lib/deferred_load_patch.dart » ('j') | dart/sdk/lib/async/deferred_load.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698