Chromium Code Reviews| Index: device/bluetooth/BUILD.gn |
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn |
| index aae32f6c597bd656229446d63dfe7d184f07e5ff..4bfdaec20e88e52400bcec4ca736dd4ee31467cf 100644 |
| --- a/device/bluetooth/BUILD.gn |
| +++ b/device/bluetooth/BUILD.gn |
| @@ -116,10 +116,11 @@ component("bluetooth") { |
| deps = [ |
| "//base", |
| "//crypto", |
| + "//device/bluetooth/strings", |
| + "//device/bluetooth/uribeacon", |
| + "//ipc", |
| "//net", |
| "//ui/base", |
| - "strings", |
| - "uribeacon", |
| ] |
| if (is_android) { |