Index: content/app/BUILD.gn |
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn |
index 4e48811cda682a66f5720adaa7b903614cced228..f6c72b9f86427fa64c53669074d43f026b48682b 100644 |
--- a/content/app/BUILD.gn |
+++ b/content/app/BUILD.gn |
@@ -72,7 +72,7 @@ content_app_extra_configs = [ |
] |
if (!is_chrome_multiple_dll) { |
- content_app_deps += [ "//content/gpu" ] |
+ content_app_deps += [ "//content/gpu:gpu_sources" ] |
} |
# This includes the app sources for both the browser and child processes. |