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

Unified Diff: pkg/polymer/e2e_test/bad_import2/lib/b.html

Issue 293023008: Bring back initPolymer, allow boot.js only if using "polymer_experimental.html". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « pkg/polymer/e2e_test/bad_import2/lib/a.html ('k') | pkg/polymer/e2e_test/bad_import2/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/e2e_test/bad_import2/lib/b.html
diff --git a/pkg/polymer/example/canonicalization2/lib/g.html b/pkg/polymer/e2e_test/bad_import2/lib/b.html
similarity index 71%
rename from pkg/polymer/example/canonicalization2/lib/g.html
rename to pkg/polymer/e2e_test/bad_import2/lib/b.html
index 3897dba0cf016e802dbdcdb8b2c09323fa194680..10d8ebe585a728d33d208dbb0428d10ddf31c915 100644
--- a/pkg/polymer/example/canonicalization2/lib/g.html
+++ b/pkg/polymer/e2e_test/bad_import2/lib/b.html
@@ -5,6 +5,7 @@ BSD-style license that can be found in the LICENSE file.
-->
<!--
Because this file is under lib/, this URL is broken. It should be either
-'b.html' or '../../packages/canonicalization2/b.html'.
+'a.html' or '../../packages/bad_import2/a.html'.
-->
-<link rel="import" href="../packages/canonicalization2/b.html">
+<link rel="import" href="packages/bad_import2/a.html">
+
« no previous file with comments | « pkg/polymer/e2e_test/bad_import2/lib/a.html ('k') | pkg/polymer/e2e_test/bad_import2/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698