| Index: content/public/browser/BUILD.gn
|
| diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
|
| index 643cb8f7436abd68cedfbcfe8d55da4acfe7cd1a..5b04b1e5ad3c9e20ea802dbe6070080bd1ad5bba 100644
|
| --- a/content/public/browser/BUILD.gn
|
| +++ b/content/public/browser/BUILD.gn
|
| @@ -19,6 +19,7 @@ group("browser") {
|
| }
|
|
|
| source_set("browser_sources") {
|
| + # External code should depend on via ":browser" above.
|
| visibility = [ "//content/*" ]
|
|
|
| sources = rebase_path(content_browser_gypi_values.public_browser_sources,
|
| @@ -40,7 +41,7 @@ source_set("browser_sources") {
|
| ]
|
| deps = [
|
| "//cc",
|
| - "//content/browser",
|
| + "//content/browser", # Must not be public_deps!
|
| "//content/public/common:common_sources",
|
| "//gpu",
|
| "//media",
|
|
|