Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index c6288239834261602d00f0f2104a5626ff6e7bc5..5cea450f810ab42d9591c5f9b84c63cbac40885a 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -495,6 +495,7 @@ group("child_dependencies") { |
public_deps += [ |
"//chrome/browser/devtools", |
"//chrome/child", |
+ "//chrome/gpu", |
"//chrome/renderer", |
"//chrome/utility", |
"//content/public/child", |
@@ -1012,6 +1013,7 @@ if (is_android) { |
"//chrome/browser/ui", |
"//chrome/child", |
"//chrome/common", |
+ "//chrome/gpu", |
"//chrome/renderer", |
"//chrome/utility", |
"//components/safe_browsing_db:safe_browsing_db_mobile", |