Index: device/bluetooth/BUILD.gn |
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn |
index e4ed0df6e5205cf4d57f98494d71c5d31438db32..17d2e4d862f39e65401a16664f07310ccfddcc70 100644 |
--- a/device/bluetooth/BUILD.gn |
+++ b/device/bluetooth/BUILD.gn |
@@ -18,18 +18,6 @@ |
"/DELAYLOAD:setupapi.dll", |
] |
} |
-} |
- |
-source_set("mojo") { |
- sources = [ |
- "adapter.cc", |
- "adapter.h", |
- ] |
- |
- public_deps = [ |
- ":bluetooth", |
- "//device/bluetooth/public/interfaces:experimental_interfaces", |
- ] |
} |
component("bluetooth") { |