Refactor //device to move bluetooth_uuid.* to //device/bluetooth/public/cpp/ .

Moving these files to public/cpp to change the dependency structure. Other
components that need the bluetooth UUID can depend on this new library, without
having to depend on the entire //device library.
Moved the bluetooth UUID to //device/bluetooth/public/cpp to prevent dependency
cycles.

Bug: 976964
Change-Id: I6f370caae216bfc66c8ece8e531cf2102211702b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1668187
Commit-Queue: Jason Majors <[email protected]>
Reviewed-by: Dominick Ng <[email protected]>
Reviewed-by: Ryan Hansberry <[email protected]>
Reviewed-by: Reilly Grant <[email protected]>
Cr-Commit-Position: refs/heads/master@{#675299}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 634dacf..254b7f68 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -103,6 +103,7 @@
     "//crypto",
     "//device/base",
     "//device/bluetooth",
+    "//device/bluetooth/public/cpp",
     "//device/fido",
     "//device/gamepad",
     "//device/vr/public/mojom",