| Index: services/files/BUILD.gn
|
| diff --git a/services/files/BUILD.gn b/services/files/BUILD.gn
|
| index e5ae2a7010168af594fc66debfa59ae390e58e87..a4b28e63abc08f2987e8a56f04f11e397cbe98ba 100644
|
| --- a/services/files/BUILD.gn
|
| +++ b/services/files/BUILD.gn
|
| @@ -16,6 +16,8 @@ mojo_native_application("files") {
|
| "futimens.h",
|
| "futimens_android.cc",
|
| "main.cc",
|
| + "shared_impl.cc",
|
| + "shared_impl.h",
|
| "util.cc",
|
| "util.h",
|
| ]
|
| @@ -26,6 +28,7 @@ mojo_native_application("files") {
|
| "//mojo/application",
|
| "//mojo/common",
|
| "//mojo/public/cpp/application",
|
| + "//mojo/public/cpp/bindings:callback",
|
| "//mojo/public/cpp/system",
|
| ]
|
| }
|
|
|