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", |
Dirk Pranke
2016/03/21 19:08:10
It seems a bit confusing to have a target called '
brettw
2016/03/21 20:44:27
No but this follows the content naming scheme wher
|
+ "//content/public/plugin:plugin_sources", |
+ "//content/public/renderer:renderer_sources", |
+ "//content/public/utility:utility_sources", |
] |
if (is_component_build) { |