[M120 Migration][VD] Enable direct rendering for TVPlus
[platform/framework/web/chromium-efl.git] / components / component_updater / BUILD.gn
index cdd4003..422cb8f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2014 The Chromium Authors
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
@@ -28,12 +28,15 @@ 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 = [
     "//base",
     "//build:chromeos_buildflags",
     "//components/crx_file",
+    "//components/prefs",
     "//components/update_client",
     "//components/version_info",
     "//third_party/boringssl:boringssl",
@@ -42,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 = [
@@ -79,6 +73,7 @@ source_set("unit_tests") {
     "//base",
     "//base/test:test_support",
     "//components/crx_file",
+    "//components/prefs:test_support",
     "//components/update_client:test_support",
     "//services/service_manager/public/cpp",
     "//testing/gmock",