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

Unified Diff: lib/resource.dart

Issue 1387163002: Add Resource package. (Closed) Base URL: https://github.com/dart-lang/resource.git@master
Patch Set: Created 5 years, 2 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: lib/resource.dart
diff --git a/lib/resource.dart b/lib/resource.dart
index dbed97a36840c5cd3035a02baa26bb4a2b711bc3..490f3bbdf8bdf0ec9e972123cb12a8550feea2ac 100644
--- a/lib/resource.dart
+++ b/lib/resource.dart
@@ -10,3 +10,4 @@
library resource;
export "src/resource.dart" show Resource, PackageResolver;
+export "src/loader.dart" show ResourceLoader;

Powered by Google App Engine
This is Rietveld 408576698