| Index: mojo/services/authenticating_url_loader_interceptor/interfaces/BUILD.gn
|
| diff --git a/mojo/services/authenticating_url_loader_interceptor/public/interfaces/BUILD.gn b/mojo/services/authenticating_url_loader_interceptor/interfaces/BUILD.gn
|
| similarity index 78%
|
| rename from mojo/services/authenticating_url_loader_interceptor/public/interfaces/BUILD.gn
|
| rename to mojo/services/authenticating_url_loader_interceptor/interfaces/BUILD.gn
|
| index e102b2e9874ba676f6294b546baf3947c7771f90..4bf9061b433efede3efd273d80c32901745aa510 100644
|
| --- a/mojo/services/authenticating_url_loader_interceptor/public/interfaces/BUILD.gn
|
| +++ b/mojo/services/authenticating_url_loader_interceptor/interfaces/BUILD.gn
|
| @@ -10,16 +10,16 @@ mojom("interfaces") {
|
| "authenticating_url_loader_interceptor_meta_factory.mojom",
|
| ]
|
|
|
| - import_dirs = [ get_path_info("../../../", "abspath") ]
|
| + import_dirs = [ get_path_info("../../", "abspath") ]
|
|
|
| if (defined(mojo_network_service_root)) {
|
| import_dirs += [ mojo_network_service_root ]
|
| } else {
|
| - mojo_network_service_root = "../../.."
|
| + mojo_network_service_root = "../.."
|
| }
|
|
|
| deps = [
|
| - "../../../authentication/public/interfaces",
|
| + "../../authentication/interfaces",
|
| "$mojo_network_service_root/network/public/interfaces",
|
| ]
|
| }
|
|
|