[M126 Migration] fixup! Enable autofill for desktop 38/317038/4
authorChandan Padhi <c.padhi@samsung.com>
Mon, 25 Mar 2024 07:48:34 +0000 (13:18 +0530)
committerBot Blink <blinkbot@samsung.com>
Wed, 4 Sep 2024 06:58:45 +0000 (06:58 +0000)
Some of the changes got missed in the parent commit.

Reference: https://review.tizen.org/gerrit/308421/

Change-Id: I58662590dff6a27dcf361031078b1c68b5f6187c
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
(cherry picked from commit 97254b3e4e80005ffcec03ecebfce0774e94ce60)

tizen_src/build/config/BUILD.gn

index 0c73e19d47a4cb18a51a49bcfb6421166cf81232..36fd9395e45c35223db336f0ca491e4e76aeb5d4 100644 (file)
@@ -20,6 +20,9 @@ config("tizen_feature_flags") {
   if (ewk_bringup) {
     defines += [ "EWK_BRINGUP" ]
   }
+  if (tizen_autofill) {
+    defines += [ "TIZEN_AUTOFILL" ]
+  }
   if (is_tizen) {
     defines += [
       "OS_TIZEN",
@@ -71,11 +74,8 @@ config("tizen_feature_flags") {
     if (tizen_audio_io) {
       defines += [ "TIZEN_MULTIMEDIA_USE_CAPI_AUDIO_IO" ]
     }
-    if (tizen_autofill) {
-      defines += [ "TIZEN_AUTOFILL" ]
-      if (tizen_autofill_fw) {
-        defines += [ "TIZEN_AUTOFILL_FW" ]
-      }
+    if (tizen_autofill && tizen_autofill_fw) {
+      defines += [ "TIZEN_AUTOFILL_FW" ]
     }
     if (use_ttrace) {
       defines += [ "USE_TTRACE" ]