Index: device/bluetooth/BUILD.gn |
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn |
index 82c266f7e5775c21c5071bb1b3261dd4b0c72231..666e1e3d577c24408f7fe08ee81d9d5092b7f86f 100644 |
--- a/device/bluetooth/BUILD.gn |
+++ b/device/bluetooth/BUILD.gn |
@@ -114,12 +114,12 @@ component("bluetooth") { |
all_dependent_configs = [ ":bluetooth_config" ] |
deps = [ |
- "strings", |
- "uribeacon", |
"//base", |
"//crypto", |
"//net", |
"//ui/base", |
+ "strings", |
+ "uribeacon", |
] |
if (is_android) { |