| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 20d55d17d8ae3e16f477caced20286bfb0e26c30..0eb16d445b1159208d59c14f78774a7a22b49f45 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -1441,9 +1441,7 @@ if (!is_android) {
|
| "//chrome")
|
| defines += [ "FULL_SAFE_BROWSING" ]
|
| deps += [ ":test_proto" ]
|
| - if (is_chromeos) {
|
| - sources -= [ "../browser/safe_browsing/download_protection_service_unittest.cc" ]
|
| - } else if (is_android) {
|
| + if (is_android) {
|
| deps -= [ ":test_proto" ]
|
| sources -= [
|
| # Android doesn't support download feedbacks.
|
|
|