Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index 80e75581140ca27161aef07b8874fb96163b8e4f..b27678042d2f40784cb589e77702ca8cd3d53644 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -146,6 +146,9 @@ static_library("test_support") { |
"test/test_content_client.cc", |
] |
} |
+ if (v8_use_external_startup_data) { |
+ deps += [ "//gin:gin" ] |
+ } |
} |
if (!is_ios) { |