| Index: mojo/services/files/interfaces/BUILD.gn
|
| diff --git a/mojo/services/files/public/interfaces/BUILD.gn b/mojo/services/files/interfaces/BUILD.gn
|
| similarity index 88%
|
| rename from mojo/services/files/public/interfaces/BUILD.gn
|
| rename to mojo/services/files/interfaces/BUILD.gn
|
| index d74514175926889a85999b6784d94d006c2d419c..d8ecff7ce9b8d0f4cfe17ec6f12b7abf915f9654 100644
|
| --- a/mojo/services/files/public/interfaces/BUILD.gn
|
| +++ b/mojo/services/files/interfaces/BUILD.gn
|
| @@ -15,5 +15,5 @@ mojom("interfaces") {
|
| "types.mojom",
|
| ]
|
|
|
| - import_dirs = [ get_path_info("../../../", "abspath") ]
|
| + import_dirs = [ get_path_info("../../", "abspath") ]
|
| }
|
|
|