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

Unified Diff: lib/src/utils.dart

Issue 1145973003: Move assets into lib/src. (Closed) Base URL: git@github.com:dart-lang/pub_test@master
Patch Set: Created 5 years, 7 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 | « lib/src/exceptions.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/utils.dart
diff --git a/lib/src/utils.dart b/lib/src/utils.dart
index 9693b8098340a066c58e8c2de255717702b33998..16f6e03742b108e52f7aa6434617f5eb2ca3958f 100644
--- a/lib/src/utils.dart
+++ b/lib/src/utils.dart
@@ -17,7 +17,7 @@ import 'exceptions.dart';
import 'io.dart';
import 'log.dart' as log;
-export '../../asset/dart/utils.dart';
+export 'asset/dart/utils.dart';
/// A regular expression matching a Dart identifier.
///
« no previous file with comments | « lib/src/exceptions.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698