| Index: content/public/browser/BUILD.gn
|
| diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
|
| index 8fb942e05fc6db5e51aee277314d0979633393c5..4cc53f429b15888a743da7b1d6c5cda09c94818d 100644
|
| --- a/content/public/browser/BUILD.gn
|
| +++ b/content/public/browser/BUILD.gn
|
| @@ -292,6 +292,7 @@ source_set("browser_sources") {
|
| ]
|
|
|
| public_deps = [
|
| + "//content/public/common:common_sources",
|
| "//ipc",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| @@ -307,7 +308,6 @@ source_set("browser_sources") {
|
| deps = [
|
| "//cc",
|
| "//content/browser", # Must not be public_deps!
|
| - "//content/public/common:common_sources",
|
| "//device/geolocation",
|
| "//device/power_save_blocker",
|
| "//gpu",
|
|
|