Chromium Code Reviews| Index: device/hid/BUILD.gn |
| diff --git a/device/hid/BUILD.gn b/device/hid/BUILD.gn |
| index 7741f907b1793fd354535e711fa396628fe17baa..6197cf47f03723bac7275ce9be70410dc6437ff8 100644 |
| --- a/device/hid/BUILD.gn |
| +++ b/device/hid/BUILD.gn |
| @@ -44,8 +44,6 @@ source_set("hid") { |
| ] |
| if (is_linux) { |
| - deps += [ |
| - "//device/udev_linux", |
| - ] |
| + deps += [ "//device/udev_linux" ] |
| } |
| } |