| Index: mojo/services/network/interfaces/BUILD.gn
|
| diff --git a/mojo/services/network/public/interfaces/BUILD.gn b/mojo/services/network/interfaces/BUILD.gn
|
| similarity index 93%
|
| rename from mojo/services/network/public/interfaces/BUILD.gn
|
| rename to mojo/services/network/interfaces/BUILD.gn
|
| index c8c56cfba1a157a7359b55e5b26fecc167656b5e..32634cdade349d403ee4cd0a3315be68c9e432da 100644
|
| --- a/mojo/services/network/public/interfaces/BUILD.gn
|
| +++ b/mojo/services/network/interfaces/BUILD.gn
|
| @@ -27,5 +27,5 @@ mojom("interfaces") {
|
| "//third_party/mojo/src/mojo/public/interfaces/network",
|
| ]
|
|
|
| - import_dirs = [ get_path_info("../../../", "abspath") ]
|
| + import_dirs = [ get_path_info("../../", "abspath") ]
|
| }
|
|
|