Chromium Code Reviews| Index: chrome/test/BUILD.gn | 
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn | 
| index ec513c1744853230ffdd9fd1616838555f388c86..d7f1ce54a64267424bdf90d7a79a30b999697663 100644 | 
| --- a/chrome/test/BUILD.gn | 
| +++ b/chrome/test/BUILD.gn | 
| @@ -5119,6 +5119,12 @@ static_library("test_support_unit") { | 
| "//chrome/common", | 
| "//mojo/edk/test:test_support", | 
| ] | 
| + | 
| + if (is_win) { | 
| + deps = [ | 
| + "//chrome/install_static/test:test_support", | 
| + ] | 
| + } | 
| } | 
| if (is_android) { |