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

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: Made deploy_sdk 100x faster in the --dev-environment case 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 4a37c7876511376df7a95da6be7dc1733e4ad71b..293b805c69cd01842cd0cba200f68362ff7f1e47 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 {
Style style;

Powered by Google App Engine
This is Rietveld 408576698