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

Unified Diff: sky/framework/shell.sky

Issue 694423002: Replace <link rel="import"> with <import> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/shell.sky
diff --git a/sky/framework/shell.sky b/sky/framework/shell.sky
index 571795af230596b29689abec6ff4a24f05b9e416..008552d8553601ba3b00deb8c39dc2a732170cf4 100644
--- a/sky/framework/shell.sky
+++ b/sky/framework/shell.sky
@@ -1,5 +1,5 @@
-<link rel="import" href="/mojo/public/sky/core.sky" as="core" />
-<link rel="import" href="/mojo/public/sky/connection.sky" as="connection" />
+<import src="/mojo/public/sky/core.sky" as="core" />
+<import src="/mojo/public/sky/connection.sky" as="connection" />
<script>
function wrapHandle(handle, service, client) {
var clientClass = client && service.client.delegatingStubClass;

Powered by Google App Engine
This is Rietveld 408576698