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

Unified Diff: lib/browser_resource.dart

Issue 1657173004: pkg/resource: Fix library name of browser_resource (Closed) Base URL: https://github.com/dart-lang/resource@master
Patch Set: Created 4 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 | « no previous file | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/browser_resource.dart
diff --git a/lib/browser_resource.dart b/lib/browser_resource.dart
index d66eeb31d4584a856255f84d792996a8ccaf3d0f..cf2db65e44f093db0bf8067dd7159a1562df7265 100644
--- a/lib/browser_resource.dart
+++ b/lib/browser_resource.dart
@@ -25,7 +25,7 @@
/// so it doesn't work outside of a browser.
/// This library will eventually be mergeded into the `resource.dart` when
/// features are available to make that possible.
-library resource;
+library browser_resource;
export "src/browser/resource.dart" show Resource;
export "src/browser/loader.dart" show ResourceLoader;
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698