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

Unified Diff: services/authenticating_url_loader/BUILD.gn

Issue 1155283003: Change AuthenticatingURLLoader to be a URLLoaderInterceptor (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Response to review Created 5 years, 6 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 5dd07b7bfbebef41bd3cfb25ca64b9fbccc1aa52..1ea2dda36731101780f1046852e97c66b32d3641 100644
--- a/services/authenticating_url_loader/BUILD.gn
+++ b/services/authenticating_url_loader/BUILD.gn
@@ -12,8 +12,10 @@ source_set("authenticating_url_loader") {
"authenticating_url_loader_app.h",
"authenticating_url_loader_factory_impl.cc",
"authenticating_url_loader_factory_impl.h",
- "authenticating_url_loader_impl.cc",
- "authenticating_url_loader_impl.h",
+ "authenticating_url_loader_interceptor.cc",
+ "authenticating_url_loader_interceptor.h",
+ "authenticating_url_loader_interceptor_factory.cc",
+ "authenticating_url_loader_interceptor_factory.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698