diff options
Diffstat (limited to 'device/devices_app/BUILD.gn')
-rw-r--r-- | device/devices_app/BUILD.gn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/device/devices_app/BUILD.gn b/device/devices_app/BUILD.gn index 2450b63..cccad12 100644 --- a/device/devices_app/BUILD.gn +++ b/device/devices_app/BUILD.gn @@ -69,6 +69,8 @@ if (!is_component_build) { "//device/devices_app/usb/public/interfaces", ] - data_deps = [ ":devices" ] + data_deps = [ + ":devices", + ] } } |