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

Unified Diff: sky/framework/xmlhttprequest.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/xmlhttprequest.sky
diff --git a/sky/framework/xmlhttprequest.sky b/sky/framework/xmlhttprequest.sky
index fc9af685479d2f48ee477bdbf2baf1c12a2296d5..ef132650cada24ed1f44aac58a35d9ec30c84f2e 100644
--- a/sky/framework/xmlhttprequest.sky
+++ b/sky/framework/xmlhttprequest.sky
@@ -1,8 +1,8 @@
-<import src="/mojo/public/sky/core.sky" as="core" />
-<import src="/mojo/public/sky/unicode.sky" as="unicode" />
-<import src="/mojo/services/network/public/interfaces/network_service.mojom.sky" as="net" />
-<import src="/mojo/services/network/public/interfaces/url_loader.mojom.sky" as="loader" />
-<import src="/sky/framework/shell.sky" as="shell" />
+<import src="/gen/mojo/public/sky/core.sky" as="core" />
+<import src="/gen/mojo/public/sky/unicode.sky" as="unicode" />
+<import src="/gen/mojo/services/network/public/interfaces/network_service.mojom.sky" as="net" />
+<import src="/gen/mojo/services/network/public/interfaces/url_loader.mojom.sky" as="loader" />
+<import src="shell.sky" as="shell" />
<script>
// XHR keeps itself alive.
var outstandingRequests = new Set();

Powered by Google App Engine
This is Rietveld 408576698