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

Unified Diff: shell/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: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 3a9b8fc9fdd673fd84c9544f177674a5e2b26e7c..273b186971df55908ba74b3725f1fa8893808277 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -122,8 +122,6 @@ source_set("common_lib") {
source_set("parent_lib") {
sources = [
- "authenticating_url_loader_loader.cc",
- "authenticating_url_loader_loader.h",
"background_application_loader.cc",
"background_application_loader.h",
"child_process_host.cc",
@@ -163,7 +161,6 @@ source_set("parent_lib") {
"//mojo/public/interfaces/application",
"//mojo/services/network/public/interfaces",
"//shell/application_manager",
- "//services/authenticating_url_loader",
"//services/url_response_disk_cache",
"//services/tracing:bindings",
"//url",

Powered by Google App Engine
This is Rietveld 408576698