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