Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(491)

Unified Diff: components/precache/content/BUILD.gn

Issue 1313463002: Revert of Add more components_unittests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests4
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/network_hints/renderer/BUILD.gn ('k') | components/precache/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/precache/content/BUILD.gn
diff --git a/components/precache/content/BUILD.gn b/components/precache/content/BUILD.gn
index 57ca5e2c7f172789bf617e8ab2ed2cc6ac094f40..f3f7bd9564f05f7fa7f8103541360705a76554d7 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 @@
"//url",
]
}
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "precache_manager_unittest.cc",
- ]
- deps = [
- ":content",
- "//testing/gmock",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « components/network_hints/renderer/BUILD.gn ('k') | components/precache/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698