Index: components/autofill.gypi |
diff --git a/components/autofill.gypi b/components/autofill.gypi |
index a9ae29c4af44dc97685af16c6f7577388ad9744f..56dea950bd77e57b6c558d4f24d0480c44fd9ee8 100644 |
--- a/components/autofill.gypi |
+++ b/components/autofill.gypi |
@@ -227,12 +227,10 @@ |
'<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', |
], |
'conditions': [ |
- ['desktop_linux==1', { |
+ ['desktop_linux != 1', { |
# Controls whether Wallet cards can be saved to the local instance of |
# chrome. |
- 'defines': [ 'ENABLE_SAVE_WALLET_CARDS_LOCALLY=0' ], |
- }, { |
- 'defines': [ 'ENABLE_SAVE_WALLET_CARDS_LOCALLY=1' ], |
+ 'defines': [ 'ENABLE_SAVE_WALLET_CARDS_LOCALLY' ], |
}], |
], |