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

Unified Diff: sdk/lib/core/core.dart

Issue 1181663002: Add Resource class. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/core/core.dart
diff --git a/sdk/lib/core/core.dart b/sdk/lib/core/core.dart
index 4b11edc8246ac4b50106cfb1b026bf7a38ac2639..3bae06a77874b3773d81bae9475d41d573a673ab 100644
--- a/sdk/lib/core/core.dart
+++ b/sdk/lib/core/core.dart
@@ -181,6 +181,7 @@ part "object.dart";
part "pattern.dart";
part "print.dart";
part "regexp.dart";
+part "resource.dart";
part "set.dart";
part "sink.dart";
part "stacktrace.dart";

Powered by Google App Engine
This is Rietveld 408576698