Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index f267679afbef9ff0f26ee3da4bec4006bf4524fe..185b4a7004ac2b877d1b0215cbc30c3d40497f85 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -301,6 +301,10 @@ |
# libraries on linux x86-64 and arm, plus ASLR. |
'linux_fpic%': 1, |
+ # Whether a default android autofill profile should be constructed |
+ # from the user's contact profile. |
+ 'enable_android_autofill_autopopulator%': 0, |
+ |
# Whether one-click signin is enabled or not. |
'enable_one_click_signin%': 0, |
@@ -695,6 +699,7 @@ |
'use_third_party_translations%': '<(use_third_party_translations)', |
'remoting%': '<(remoting)', |
'enable_one_click_signin%': '<(enable_one_click_signin)', |
+ 'enable_android_autofill_autopopulator%': '<(enable_android_autofill_autopopulator)', |
'enable_webrtc%': '<(enable_webrtc)', |
'chromium_win_pch%': '<(chromium_win_pch)', |
'configuration_policy%': '<(configuration_policy)', |
@@ -1774,6 +1779,9 @@ |
['enable_webrtc==1', { |
'defines': ['ENABLE_WEBRTC=1'], |
}], |
+ ['enable_android_autofill_autopopulator==1', { |
+ 'defines': ['ENABLE_ANDROID_AUTOFILL_AUTOPOPULATOR=1'], |
+ }], |
['proprietary_codecs==1', { |
'defines': ['USE_PROPRIETARY_CODECS'], |
}], |