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

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

Issue 2883053003: Delete unused chrome://fallback-icon/ handling (Closed)
Patch Set: Merge branch 'master' into searchbox3 Created 3 years, 7 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 | « chrome/test/base/testing_profile.cc ('k') | components/favicon/core/fallback_icon_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/BUILD.gn
diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
index b4d4a79ec5f4232989c3c56b8ac9ddf60ad2302d..ecccff0c637834cae56e1239f95cee26d36cf228 100644
--- a/components/favicon/core/BUILD.gn
+++ b/components/favicon/core/BUILD.gn
@@ -43,14 +43,6 @@ static_library("core") {
"//ui/gfx",
"//url",
]
- if (!is_ios) {
- deps += [ "//cc/paint" ]
- sources += [
- "fallback_icon_client.h",
- "fallback_icon_service.cc",
- "fallback_icon_service.h",
- ]
- }
}
source_set("unit_tests") {
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/favicon/core/fallback_icon_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698