fixup! Enable autofill for desktop 21/308421/2 submit/tizen/20240325.160016
authorChandan Padhi <c.padhi@samsung.com>
Mon, 25 Mar 2024 07:48:34 +0000 (13:18 +0530)
committerDae-Hyun Ko <dhyuna.ko@samsung.com>
Mon, 25 Mar 2024 08:58:16 +0000 (08:58 +0000)
Some of the changes got missed in the parent commit.

Change-Id: I58662590dff6a27dcf361031078b1c68b5f6187c
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
tizen_src/build/config/BUILD.gn

index fa23ca0..2742003 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",
@@ -75,7 +78,6 @@ config("tizen_feature_flags") {
       defines += [ "ENABLE_ATMOS_DECODER" ]
     }
     if (tizen_autofill) {
-      defines += [ "TIZEN_AUTOFILL" ]
       if (tizen_autofill_fw) {
         defines += [ "TIZEN_AUTOFILL_FW" ]
       }