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

Unified Diff: build/common.gypi

Issue 1931043002: Remove requestAutocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
« no previous file with comments | « android_webview/native/aw_autofill_client.cc ('k') | build/config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index ef9ecb71cc91850f0f4a756a8c9c5753a0fdc1cf..fd03ae0199d71c1dee17702d3a8d239104db29a1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -580,9 +580,6 @@
# disabling depends on the platform.
'enable_themes%': 1,
- # Enables autofill dialog and associated features; disabled by default.
- 'enable_autofill_dialog%' : 0,
-
# Defaults Wallet integration in Autofill dialog to use production
# servers. Unofficial builds won't have the proper API keys.
'enable_prod_wallet_service%': 0,
@@ -837,11 +834,6 @@
'proprietary_codecs%': 0,
}],
- # Enable autofill dialog when not on iOS.
- ['OS!="ios"', {
- 'enable_autofill_dialog%': 1,
- }],
-
['buildtype=="Official"', {
'enable_prod_wallet_service%': 1,
}],
@@ -1242,7 +1234,6 @@
'enable_plugins%': '<(enable_plugins)',
'enable_session_service%': '<(enable_session_service)',
'enable_themes%': '<(enable_themes)',
- 'enable_autofill_dialog%': '<(enable_autofill_dialog)',
'enable_prod_wallet_service%': '<(enable_prod_wallet_service)',
'linux_use_bundled_gold%': '<(linux_use_bundled_gold)',
'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)',
@@ -2960,9 +2951,6 @@
['enable_themes==1', {
'defines': ['ENABLE_THEMES=1'],
}],
- ['enable_autofill_dialog==1', {
- '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
« no previous file with comments | « android_webview/native/aw_autofill_client.cc ('k') | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698