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

Unified Diff: components/favicon_base/BUILD.gn

Issue 851693003: Move select_favicon_frames_unittest.cc to favicon_base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history-top-sites-notifications
Patch Set: Created 5 years, 11 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/components_tests.gyp ('k') | components/favicon_base/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon_base/BUILD.gn
diff --git a/components/favicon_base/BUILD.gn b/components/favicon_base/BUILD.gn
index 6e40b06718f9e7dad8a1a03aa53dd7474233afb0..d1e5a75a5dd512f2cb0b5619b90a2b274a049dac 100644
--- a/components/favicon_base/BUILD.gn
+++ b/components/favicon_base/BUILD.gn
@@ -16,7 +16,22 @@ source_set("favicon_base") {
deps = [
"//base",
"//skia",
+ "//ui/base",
"//ui/gfx",
"//url",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "select_favicon_frames_unittest.cc",
+ ]
+
+ deps = [
+ ":favicon_base",
+ "//testing/gtest",
+ "//ui/base",
+ "//ui/gfx",
+ ]
+}
« no previous file with comments | « components/components_tests.gyp ('k') | components/favicon_base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698