| Index: extensions/browser/api/bluetooth/BUILD.gn
|
| diff --git a/extensions/browser/api/bluetooth/BUILD.gn b/extensions/browser/api/bluetooth/BUILD.gn
|
| index 903a514b17ec38aff1da23aea1bb1e047e5f95a3..31ace5575f6b1e6e9595808688c074c7dacf71ba 100644
|
| --- a/extensions/browser/api/bluetooth/BUILD.gn
|
| +++ b/extensions/browser/api/bluetooth/BUILD.gn
|
| @@ -22,4 +22,8 @@ source_set("bluetooth") {
|
| "//content/public/browser",
|
| "//extensions/common/api",
|
| ]
|
| +
|
| + public_deps = [
|
| + "//extensions/browser:browser_sources",
|
| + ]
|
| }
|
|
|