Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: components/autofill.gypi

Issue 1099993002: Actually disable Wallet card saving on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix pdm tests Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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' ],
}],
],
« no previous file with comments | « chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698