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

Unified Diff: pkg/polymer/lib/src/build/import_inliner.dart

Issue 196723017: Fix polymer tests and a couple bugs (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
« no previous file with comments | « no previous file | pkg/polymer/test/build/all_phases_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/src/build/import_inliner.dart
diff --git a/pkg/polymer/lib/src/build/import_inliner.dart b/pkg/polymer/lib/src/build/import_inliner.dart
index f7bf7eae158f15b9213425190e49a5e818357ad2..abaa27505a29a48c2b811d277dbfc54dd150c176 100644
--- a/pkg/polymer/lib/src/build/import_inliner.dart
+++ b/pkg/polymer/lib/src/build/import_inliner.dart
@@ -318,7 +318,8 @@ class _UrlNormalizer extends TreeVisitor {
var uri = directive.uri.stringValue;
var span = _getSpan(file, directive.uri);
- var id = resolve(sourceId, uri, transform.logger, span);
+ var id = resolve(sourceId, uri, transform.logger, span,
+ allowAbsolute: true);
if (id == null) continue;
var primaryId = transform.primaryInput.id;
« no previous file with comments | « no previous file | pkg/polymer/test/build/all_phases_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698