| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 0c4168684fb33f93b7d81c6ebf7f89b773e26ba5..6d52357aab6978fe1d50200c6a97f9e96aeedfba 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -203,6 +203,15 @@ static_library("content_shell_lib") {
|
|
|
| defines = [ "CONTENT_SHELL_VERSION=\"$content_shell_version\"" ]
|
|
|
| + public_deps = [
|
| + # This exposes all public content APIs.
|
| + "//content/public/app:both",
|
| + "//content/public/browser",
|
| + "//content/public/common",
|
| + "//content/public/plugin",
|
| + "//content/public/renderer",
|
| + "//content/public/utility",
|
| + ]
|
| deps = [
|
| ":resources",
|
| "//base",
|
| @@ -216,12 +225,6 @@ static_library("content_shell_lib") {
|
| "//content/app/resources",
|
| "//content/app/strings",
|
| "//content/gpu",
|
| - "//content/public/app:both",
|
| - "//content/public/browser",
|
| - "//content/public/common",
|
| - "//content/public/plugin",
|
| - "//content/public/renderer",
|
| - "//content/public/utility",
|
| "//content/test:layouttest_support",
|
| "//gin",
|
| "//gpu",
|
|
|