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

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

Issue 1306153002: Revert of Sync more GN unit tests with GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests3
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/enhanced_bookmarks/BUILD.gn ('k') | components/favicon/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/content/BUILD.gn
diff --git a/components/favicon/content/BUILD.gn b/components/favicon/content/BUILD.gn
index fb1110b87ca4df4bb46a3f87a5511b887eb1cd33..1bea91e7b39519790fc6c8a0fbeb5575d7dfeeb5 100644
--- a/components/favicon/content/BUILD.gn
+++ b/components/favicon/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 = [
"content_favicon_driver.cc",
"content_favicon_driver.h",
@@ -10,26 +10,12 @@
"favicon_url_util.h",
]
- public_deps = [
- "//ui/gfx",
- ]
deps = [
"//base",
"//components/favicon/core",
"//components/favicon_base",
"//content/public/browser",
"//content/public/common",
+ "//ui/gfx",
]
}
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "content_favicon_driver_unittest.cc",
- ]
- deps = [
- ":content",
- "//content/public/browser",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « components/enhanced_bookmarks/BUILD.gn ('k') | components/favicon/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698