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

Unified Diff: services/authenticating_url_loader/BUILD.gn

Issue 1161603003: Have the authenticating_url_loader cache token per-origin. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
Index: services/authenticating_url_loader/BUILD.gn
diff --git a/services/authenticating_url_loader/BUILD.gn b/services/authenticating_url_loader/BUILD.gn
index 730270e6643278161387bb5892b02de6917f191b..5dd07b7bfbebef41bd3cfb25ca64b9fbccc1aa52 100644
--- a/services/authenticating_url_loader/BUILD.gn
+++ b/services/authenticating_url_loader/BUILD.gn
@@ -25,5 +25,6 @@ source_set("authenticating_url_loader") {
"//mojo/services/authenticating_url_loader/public/interfaces",
"//mojo/services/authentication/public/interfaces",
"//mojo/services/network/public/interfaces",
+ "//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698