| Index: content/public/app/BUILD.gn
|
| diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
|
| index aade0abbc5095e4740228117eef54f287ecb437d..df5e5d34589c6e65433254f5ae9272b31e299e5a 100644
|
| --- a/content/public/app/BUILD.gn
|
| +++ b/content/public/app/BUILD.gn
|
| @@ -36,6 +36,10 @@ public_app_shared_deps = [
|
| "//base:i18n",
|
| "//content:export",
|
| "//content/public/common:common_sources",
|
| + "//content/public/gpu:gpu_sources",
|
| + "//content/public/plugin:plugin_sources",
|
| + "//content/public/renderer:renderer_sources",
|
| + "//content/public/utility:utility_sources",
|
| ]
|
|
|
| if (is_component_build) {
|
|
|