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

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: Address 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..37c231d75107504f9df8732c202b18674d65f9b9 100644
--- a/services/authenticating_url_loader/BUILD.gn
+++ b/services/authenticating_url_loader/BUILD.gn
@@ -6,20 +6,23 @@ import("//build/module_args/mojo.gni")
import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
-source_set("authenticating_url_loader") {
+mojo_native_application("authenticating_url_loader") {
sources = [
"authenticating_url_loader_app.cc",
"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 = [
"//base",
+ "//mojo/application",
"//mojo/common",
- "//mojo/environment:chromium",
+ "//mojo/public/c/system",
"//mojo/public/cpp/application",
"//mojo/public/cpp/bindings",
"//mojo/services/authenticating_url_loader/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698