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

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

Issue 2698473004: Split FaviconService and FaviconServiceImpl. (Closed)
Patch Set: Revert changes in ios/.../history_collection_view_controller_unittest.mm Created 3 years, 10 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
Index: components/favicon/content/BUILD.gn
diff --git a/components/favicon/content/BUILD.gn b/components/favicon/content/BUILD.gn
index a6ec44d2c67db8f9af4839fbb0f48948e2571220..5bf3b131d9aa6a6fdfb85259250ea0e3c70b4f4b 100644
--- a/components/favicon/content/BUILD.gn
+++ b/components/favicon/content/BUILD.gn
@@ -32,10 +32,12 @@ source_set("unit_tests") {
deps = [
":content",
"//components/favicon/core",
+ "//components/favicon/core/test:test_support",
"//content/public/browser",
"//content/public/common",
"//content/test:test_support",
"//skia",
+ "//testing/gmock",
"//testing/gtest",
]
}
« no previous file with comments | « chrome/browser/ui/cocoa/history_menu_bridge_unittest.mm ('k') | components/favicon/content/content_favicon_driver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698