| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index c71a7c6e1c9f900b0c7c3f8db059abe595552943..09e7edc2a6e75437e899999a078676489800a7e4 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -200,7 +200,6 @@ source_set("common") {
|
| "//components/url_matcher",
|
| "//content/public/common",
|
| "//crypto",
|
| - "//extensions/common/api",
|
| "//extensions/strings",
|
| "//ipc",
|
| "//net",
|
| @@ -221,6 +220,7 @@ source_set("common") {
|
| deps += [
|
| "//device/bluetooth",
|
| "//device/usb",
|
| + "//extensions/common/api",
|
| ]
|
| } else {
|
| sources -= [
|
|
|