Index: content/BUILD.gn |
diff --git a/content/BUILD.gn b/content/BUILD.gn |
index e31ea8228016d74a7d0679f4f7b126a7d6491acd..802ab2bba4a4aec3561a593066764d69b5193d41 100644 |
--- a/content/BUILD.gn |
+++ b/content/BUILD.gn |
@@ -38,7 +38,7 @@ config("content_implementation") { |
# when doing a component build). |
content_shared_components = [ |
- "//content/gpu", |
+ "//content/gpu:gpu_sources", |
"//content/public/browser:browser_sources", |
"//content/public/child:child_sources", |
"//content/public/common:common_sources", |
@@ -48,7 +48,7 @@ content_shared_components = [ |
] |
if (enable_plugins) { |
- content_shared_components += [ "//content/ppapi_plugin" ] |
+ content_shared_components += [ "//content/ppapi_plugin:ppapi_plugin_sources" ] |
} |
if (is_component_build) { |