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

Unified Diff: services/authenticating_url_loader_interceptor/BUILD.gn

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 7a769a8e250c9637d474bd1e83fb503f130e91b7..be9d7892966dc3dccd25f90d94f6208dc6b4ca23 100644
--- a/services/authenticating_url_loader_interceptor/BUILD.gn
+++ b/services/authenticating_url_loader_interceptor/BUILD.gn
@@ -25,8 +25,8 @@ mojo_native_application("authenticating_url_loader_interceptor") {
"//mojo/public/c/system",
"//mojo/public/cpp/application",
"//mojo/public/cpp/bindings",
- "//mojo/services/authenticating_url_loader_interceptor/public/interfaces",
- "//mojo/services/authentication/public/interfaces",
+ "//mojo/services/authenticating_url_loader_interceptor/interfaces",
+ "//mojo/services/authentication/interfaces",
"//mojo/services/network/public/interfaces",
"//url",
]
@@ -47,7 +47,7 @@ mojo_native_application("apptests") {
"//mojo/public/cpp/application",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//mojo/services/authenticating_url_loader_interceptor/public/interfaces",
+ "//mojo/services/authenticating_url_loader_interceptor/interfaces",
"//mojo/services/network/public/interfaces",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698