diff options
Diffstat (limited to 'device/devices_app/BUILD.gn')
-rw-r--r-- | device/devices_app/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/devices_app/BUILD.gn b/device/devices_app/BUILD.gn index 233d263..1621e11 100644 --- a/device/devices_app/BUILD.gn +++ b/device/devices_app/BUILD.gn @@ -40,8 +40,8 @@ mojo_native_application("devices") { ] deps = [ - ":lib", "//base", + "//device/devices_app/public/cpp:factory", "//mojo/application/public/cpp", ] |