| Index: components/autofill/core/browser/BUILD.gn
|
| diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
|
| index a689000314121824bedbc02ea63cab5141c6fbf0..bd57e2837a562d76344054622061f5b19948a712 100644
|
| --- a/components/autofill/core/browser/BUILD.gn
|
| +++ b/components/autofill/core/browser/BUILD.gn
|
| @@ -152,6 +152,10 @@ static_library("browser") {
|
| ]
|
|
|
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| +
|
| + if (is_mac) {
|
| + libs = [ "AddressBook.framework" ]
|
| + }
|
| }
|
|
|
| static_library("test_support") {
|
|
|