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

Unified Diff: sky/framework/components/icon.dart

Issue 990493002: Make package: work like Dart expects in preparation for a Sky SDK (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Works Created 5 years, 9 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: sky/framework/components/icon.dart
diff --git a/sky/framework/components/icon.dart b/sky/framework/components/icon.dart
index 3b0f9d0fbeb71a6cb8eaea915efbc0ba697ea13d..b37bd4c171489e98d1584b5a2b490cd455d12bc5 100644
--- a/sky/framework/components/icon.dart
+++ b/sky/framework/components/icon.dart
@@ -4,7 +4,8 @@
import '../fn.dart';
-const String kAssetBase = '/sky/assets/material-design-icons';
+// TODO(eseidel): This should use package:.
+const String kAssetBase = '/packages/sky/assets/material-design-icons';
class Icon extends Component {
List<Style> styles;

Powered by Google App Engine
This is Rietveld 408576698