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

Unified Diff: sky/framework/embedder.sky

Issue 881093003: Normalize import paths for Sky modules (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/embedder.sky
diff --git a/sky/framework/embedder.sky b/sky/framework/embedder.sky
index b3c5f9f1a39d694d2fb607ac05ed85ba19f757fe..742b7fa2ba561882d81bbfd8ed7a8b31634f3060 100644
--- a/sky/framework/embedder.sky
+++ b/sky/framework/embedder.sky
@@ -1,4 +1,4 @@
-<import src="/sky/framework/shell.sky" as="shell" />
+<import src="shell.sky" as="shell" />
<script>
function connectToEmbedderService(service, client) {
var handle = internals.connectToEmbedderService(service.name);

Powered by Google App Engine
This is Rietveld 408576698