summaryrefslogtreecommitdiffstats
path: root/components/search_provider_logos/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'components/search_provider_logos/BUILD.gn')
-rw-r--r--components/search_provider_logos/BUILD.gn22
1 files changed, 3 insertions, 19 deletions
diff --git a/components/search_provider_logos/BUILD.gn b/components/search_provider_logos/BUILD.gn
index 2465112..aa38308 100644
--- a/components/search_provider_logos/BUILD.gn
+++ b/components/search_provider_logos/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("search_provider_logos") {
+static_library("search_provider_logos") {
sources = [
"google_logo_api.cc",
"google_logo_api.h",
@@ -14,27 +14,11 @@ source_set("search_provider_logos") {
"logo_tracker.h",
]
- public_deps = [
- "//base",
- "//skia",
- ]
-
deps = [
+ "//base",
"//net",
+ "//skia",
"//ui/gfx",
"//url",
]
}
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "logo_cache_unittest.cc",
- "logo_tracker_unittest.cc",
- ]
- deps = [
- ":search_provider_logos",
- "//testing/gmock",
- "//testing/gtest",
- ]
-}