| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index d5c38f43cfa5449ab21ef1270d2968f3d2f9241c..a64cd65a42861fdf00f5bba89b97810cc4a6be39 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",
|
|
|