| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 5cab2956c9d3cf7dd5e20bd10df07057ed4610ac..1306666e5a23bf9f0ddf229437d249289a5dd77a 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2934,6 +2934,8 @@
|
| 'defines': ['ENABLE_AUTOFILL_DIALOG=1'],
|
| }],
|
| ['enable_prod_wallet_service==1', {
|
| + # In GN, this is set on the autofill tagets only. See
|
| + # //components/autofill/core/browser:wallet_service
|
| 'defines': ['ENABLE_PROD_WALLET_SERVICE=1'],
|
| }],
|
| ['enable_background==1', {
|
|
|