| Index: components/password_manager/core/browser/BUILD.gn
|
| diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn
|
| index 0f4064114f715dc2c2634c647392e33a18d30ac5..3483b3cb7d4f0a9bd40b75fb11cc488563bf9b01 100644
|
| --- a/components/password_manager/core/browser/BUILD.gn
|
| +++ b/components/password_manager/core/browser/BUILD.gn
|
| @@ -266,6 +266,9 @@ source_set("unit_tests") {
|
| "psl_matching_helper_unittest.cc",
|
| "statistics_table_unittest.cc",
|
| ]
|
| + if (is_mac) {
|
| + sources -= [ "password_store_default_unittest.cc" ]
|
| + }
|
| deps = [
|
| ":test_support",
|
| ":unit_tests_bundle_data",
|
|
|