| Index: components/autofill.gypi
|
| diff --git a/components/autofill.gypi b/components/autofill.gypi
|
| index 424d5424f969027390d64441b9fe1f275f09b36b..17a331d6f58251466f75ec90ef0548fbac1bd525 100644
|
| --- a/components/autofill.gypi
|
| +++ b/components/autofill.gypi
|
| @@ -35,6 +35,15 @@
|
| },
|
| 'includes': [ '../build/protoc.gypi' ]
|
| },
|
| + {
|
| + 'target_name': 'autofill_test_util',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'autofill/browser/wallet/wallet_test_util.cc',
|
| + 'autofill/browser/wallet/wallet_test_util.h',
|
| + ],
|
| + 'include_dirs': [ '..' ],
|
| + },
|
| ],
|
| 'conditions': [
|
| ['OS != "ios"', {
|
|
|