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

Unified Diff: components/web_cache/browser/BUILD.gn

Issue 1308763004: Revert of Add more components tests to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests5
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/visitedlink/test/BUILD.gn ('k') | components/web_cache/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_cache/browser/BUILD.gn
diff --git a/components/web_cache/browser/BUILD.gn b/components/web_cache/browser/BUILD.gn
index e64a2d5ca4aed9bd06c36848a3898dbe61f07033..e1d24d64399107638170899f2f214053d9e2983d 100644
--- a/components/web_cache/browser/BUILD.gn
+++ b/components/web_cache/browser/BUILD.gn
@@ -2,7 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("browser") {
+static_library("browser") {
+ output_name = "web_cache_browser"
sources = [
"web_cache_manager.cc",
"web_cache_manager.h",
@@ -18,16 +19,3 @@
"//third_party/WebKit/public:blink",
]
}
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "web_cache_manager_unittest.cc",
- ]
- deps = [
- ":browser",
- "//base",
- "//content/test:test_support",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « components/visitedlink/test/BUILD.gn ('k') | components/web_cache/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698