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

Unified Diff: pkg/polymer/lib/src/mirror_loader.dart

Issue 196943024: Adding some asset-related utilities to code_transformers (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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: pkg/polymer/lib/src/mirror_loader.dart
diff --git a/pkg/polymer/lib/src/mirror_loader.dart b/pkg/polymer/lib/src/mirror_loader.dart
index c450b8329128cc716c5bf4f4bbfa0ed569bc31bb..699a84aaa3a8ca79fdc83ef01616d442f76f527a 100644
--- a/pkg/polymer/lib/src/mirror_loader.dart
+++ b/pkg/polymer/lib/src/mirror_loader.dart
@@ -13,6 +13,8 @@ import 'dart:async';
import 'dart:html';
import 'dart:collection' show LinkedHashMap;
+import 'package:code_transformers/assets.dart';
Siggi Cherem (dart-lang) 2014/03/18 19:06:25 is this one used?
blois 2014/03/18 19:41:25 Ack- had a resolve that was popping up in my searc
+
// Technically, we shouldn't need any @MirrorsUsed, since this is for
// development only, but our test bots don't yet run pub-build. See more details
// on the comments of the mirrors import in `lib/polymer.dart`.

Powered by Google App Engine
This is Rietveld 408576698