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

Unified Diff: services/authenticating_url_loader_interceptor/BUILD.gn

Issue 1404443004: Move //mojo/services/network/public/interfaces to //mojo/services/network/interfaces. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add some missing dependencies Created 5 years, 2 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_interceptor/BUILD.gn
diff --git a/services/authenticating_url_loader_interceptor/BUILD.gn b/services/authenticating_url_loader_interceptor/BUILD.gn
index be9d7892966dc3dccd25f90d94f6208dc6b4ca23..b90bb14acf4bcdc6d0c357e5f29014e3f0e73917 100644
--- a/services/authenticating_url_loader_interceptor/BUILD.gn
+++ b/services/authenticating_url_loader_interceptor/BUILD.gn
@@ -27,7 +27,7 @@ mojo_native_application("authenticating_url_loader_interceptor") {
"//mojo/public/cpp/bindings",
"//mojo/services/authenticating_url_loader_interceptor/interfaces",
"//mojo/services/authentication/interfaces",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
"//url",
]
}
@@ -48,7 +48,7 @@ mojo_native_application("apptests") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//mojo/services/authenticating_url_loader_interceptor/interfaces",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
"//testing/gtest",
]
}

Powered by Google App Engine
This is Rietveld 408576698