| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 32a0caaa068a47adb3c35f3100847edbbbdd0eac..2cd871412b3cca8e6c1a5e9464e6e4cb9c165530 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -197,7 +197,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",
|
|
|