Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 591dda9760e7c76c5d5e0ebe6058d03886a73be8..98cfcc80988e2aae79ef0a72cf5b6ff1a4d4df4d 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -194,7 +194,10 @@ source_set("test_support") { |
] |
} |
if (is_win) { |
- public_deps += [ "//third_party/wtl" ] |
+ public_deps += [ |
+ "//components/crash/content/app", |
+ "//third_party/wtl", |
+ ] |
if (use_aura) { |
public_deps += [ |
"//win8:test_registrar_constants", |