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

Unified Diff: components/favicon.gypi

Issue 1092873002: [Icons NTP] Refactor large_icon_source to extract the logic shared between desktop and Android to f… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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.gypi
diff --git a/components/favicon.gypi b/components/favicon.gypi
index d150316eb8eb77d08090911ee90330dbf3a2514e..d2f9195e04a3c428230a2e2b7921360695f90028 100644
--- a/components/favicon.gypi
+++ b/components/favicon.gypi
@@ -36,6 +36,8 @@
'favicon/core/favicon_service.h',
'favicon/core/favicon_url.cc',
'favicon/core/favicon_url.h',
+ 'favicon/core/large_icon_service.cc',
huangs 2015/04/20 19:50:25 You also need to update components\favicon\core\BU
beaudoin 2015/04/21 00:15:38 Done.
+ 'favicon/core/large_icon_service.h',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698