| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index 8af643d9d4269fc523c89e983a9cb9b9800ed1cd..189cf47e7756d8917e87ac6ec46c81a8b1d08b2e 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -271,6 +271,7 @@ if (enable_extensions) {
|
| public_deps = [
|
| ":common_constants",
|
| ":mojo",
|
| + "//content/public/common",
|
| "//ipc",
|
| "//skia",
|
| ]
|
| @@ -284,7 +285,6 @@ if (enable_extensions) {
|
| "//chrome:resources",
|
| "//components/crx_file",
|
| "//components/url_matcher",
|
| - "//content/public/common",
|
| "//crypto",
|
| "//device/bluetooth",
|
| "//device/usb",
|
|
|