diff options
Diffstat (limited to 'components/precache/content/BUILD.gn')
-rw-r--r-- | components/precache/content/BUILD.gn | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/components/precache/content/BUILD.gn b/components/precache/content/BUILD.gn index 57ca5e2..f3f7bd9 100644 --- a/components/precache/content/BUILD.gn +++ b/components/precache/content/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("content") { +static_library("content") { sources = [ "precache_manager.cc", "precache_manager.h", @@ -17,15 +17,3 @@ source_set("content") { "//url", ] } - -source_set("unit_tests") { - testonly = true - sources = [ - "precache_manager_unittest.cc", - ] - deps = [ - ":content", - "//testing/gmock", - "//testing/gtest", - ] -} |