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

Unified Diff: ios/chrome/browser/ui/history/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: ios/chrome/browser/ui/history/BUILD.gn
diff --git a/ios/chrome/browser/ui/history/BUILD.gn b/ios/chrome/browser/ui/history/BUILD.gn
index 8f8dbd0cf1f03f6d6d5c32910918d01c3ca0f97b..892643980a0c7c37f49562113c4ca793cd9a5d7a 100644
--- a/ios/chrome/browser/ui/history/BUILD.gn
+++ b/ios/chrome/browser/ui/history/BUILD.gn
@@ -107,6 +107,7 @@ source_set("unit_tests") {
"//base",
"//base/test:test_support",
"//components/favicon/core",
+ "//components/favicon/core/test:test_support",
"//components/favicon_base",
"//components/history/core/browser",
"//components/keyed_service/core",
@@ -126,6 +127,7 @@ source_set("unit_tests") {
"//ios/web",
"//ios/web:test_support",
"//skia",
+ "//testing/gmock",
"//testing/gtest",
"//third_party/ocmock",
"//ui/base",
« no previous file with comments | « ios/chrome/browser/favicon/favicon_service_factory.cc ('k') | ios/chrome/browser/ui/history/favicon_view_provider_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698