[M120 Migration][VD] Enable direct rendering for TVPlus
[platform/framework/web/chromium-efl.git] / components / component_updater / BUILD.gn
index 55a9efa..422cb8f 100644 (file)
@@ -28,6 +28,8 @@ static_library("component_updater") {
     "timer_update_scheduler.cc",
     "timer_update_scheduler.h",
     "update_scheduler.h",
+    "url_param_filter_remover.cc",
+    "url_param_filter_remover.h",
   ]
 
   deps = [
@@ -43,15 +45,6 @@ static_library("component_updater") {
   ]
 }
 
-static_library("crl_set_remover") {
-  sources = [
-    "crl_set_remover.cc",
-    "crl_set_remover.h",
-  ]
-
-  deps = [ "//base" ]
-}
-
 static_library("test_support") {
   testonly = true
   sources = [