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

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

Issue 2883053003: Delete unused chrome://fallback-icon/ handling (Closed)
Patch Set: Merge branch 'searchbox2' 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
Index: components/favicon/core/BUILD.gn
diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
index 0d4c7b0c142071ccd2e56982d724858822b94a19..78972e36da1e8db9d852675a95dd9c6e5a757f08 100644
--- a/components/favicon/core/BUILD.gn
+++ b/components/favicon/core/BUILD.gn
@@ -41,14 +41,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") {

Powered by Google App Engine
This is Rietveld 408576698