| Index: services/files/BUILD.gn
|
| diff --git a/services/files/BUILD.gn b/services/files/BUILD.gn
|
| index a1afcf60357baae09962f2afbb3fd60b76913af5..00fddcde89fdc20b5ca2d19d2ead91e25abde42d 100644
|
| --- a/services/files/BUILD.gn
|
| +++ b/services/files/BUILD.gn
|
| @@ -28,7 +28,7 @@ mojo_native_application("files") {
|
| "//mojo/public/cpp/application",
|
| "//mojo/public/cpp/bindings:callback",
|
| "//mojo/public/cpp/system",
|
| - "//mojo/services/files/public/interfaces",
|
| + "//mojo/services/files/interfaces",
|
| ]
|
| }
|
|
|
| @@ -49,7 +49,7 @@ mojo_native_application("apptests") {
|
| "//mojo/application",
|
| "//mojo/application:test_support",
|
| "//mojo/public/cpp/bindings",
|
| - "//mojo/services/files/public/interfaces",
|
| + "//mojo/services/files/interfaces",
|
| ]
|
|
|
| data_deps = [ ":files($default_toolchain)" ]
|
|
|