| Index: mojo/services/files/c/BUILD.gn
|
| diff --git a/mojo/services/files/public/c/BUILD.gn b/mojo/services/files/c/BUILD.gn
|
| similarity index 97%
|
| rename from mojo/services/files/public/c/BUILD.gn
|
| rename to mojo/services/files/c/BUILD.gn
|
| index 9cd687be3d8931ba5a99b34a0b631cc8b0df9594..a0126a174d4d6f3fe4efddf9cd0aa3081dafd04c 100644
|
| --- a/mojo/services/files/public/c/BUILD.gn
|
| +++ b/mojo/services/files/c/BUILD.gn
|
| @@ -11,7 +11,7 @@ mojo_sdk_source_set("mojio") {
|
| # dependencies (so without this we can't depend on our interfaces!).
|
| restrict_external_deps = false
|
|
|
| - public_configs = [ "../../../public/build/config:mojo_services" ]
|
| + public_configs = [ "../../public/build/config:mojo_services" ]
|
|
|
| sources = [
|
| "lib/directory_wrapper.cc",
|
|
|