Index: device/devices_app/BUILD.gn |
diff --git a/device/devices_app/BUILD.gn b/device/devices_app/BUILD.gn |
index 2450b6317fc1d0e826f69ce5acfa7d47ac113b8f..cccad127f98ceac4f639746fe3f6440b0f3b3ad6 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", |
+ ] |
} |
} |