| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 9438d9cafeadc031087fa93d2f5f58474607837d..96cb03975596f54b46ba21f0a7efc070d12fbfc4 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -18,6 +18,7 @@
|
| 'sources': [
|
| 'auto_login_parser/auto_login_parser_unittest.cc',
|
| 'autofill/core/browser/webdata/autofill_entry_unittest.cc',
|
| + 'autofill/core/browser/webdata/web_data_service_unittest.cc',
|
| 'autofill/core/common/form_data_unittest.cc',
|
| 'autofill/core/common/form_field_data_unittest.cc',
|
| 'autofill/core/common/password_form_fill_data_unittest.cc',
|
| @@ -151,6 +152,13 @@
|
| 'nacl.gyp:nacl_common',
|
| ],
|
| }],
|
| + ['OS == "mac"', {
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
|
| + ],
|
| + },
|
| + }],
|
| ['OS == "android"', {
|
| 'sources!': [
|
| 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
|
|
|