[M108 Migration][Autofill] Introduce autofill fw interface
[platform/framework/web/chromium-efl.git] / tizen_src / build / config / tizen_features.gni
index 88e4c5c..2cf0fc4 100644 (file)
@@ -61,13 +61,15 @@ declare_args() {
   tizen_audio_io = false
   tizen_web_speech_recognition = false
 
-  tizen_autofill_support = false
+  tizen_autofill = false
+  tizen_autofill_fw = false
 }
 
-if (tizen_product_tv) {
-  tizen_autofill_support = false
-} else {
-  tizen_autofill_support = true
+if (is_tizen) {
+  tizen_autofill = true
+  if (tizen_product_tv) {
+    tizen_autofill_fw = true
+  }
 }
 
 if (use_ttrace) {