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

Unified Diff: chrome/chrome_browser.gypi

Issue 10765021: Make the id used in IconMsg_DownloadFavicon unique (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/browser/ui/views/ash/launcher/launcher_favicon_loader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 300bcea3a3e5746f77c4fbdd88515b3173221da6..9752b758df35052d13465d53cbaec4c605b75960 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1049,6 +1049,8 @@
'browser/favicon/favicon_service.h',
'browser/favicon/favicon_tab_helper.cc',
'browser/favicon/favicon_tab_helper.h',
+ 'browser/favicon/favicon_util.cc',
+ 'browser/favicon/favicon_util.h',
'browser/file_select_helper.cc',
'browser/file_select_helper.h',
'browser/first_run/first_run.cc',
@@ -2829,8 +2831,8 @@
'browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm',
'browser/ui/cocoa/tab_contents/render_view_context_menu_mac.h',
'browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm',
- 'browser/ui/cocoa/tab_contents/favicon_util.h',
- 'browser/ui/cocoa/tab_contents/favicon_util.mm',
+ 'browser/ui/cocoa/tab_contents/favicon_util_mac.h',
+ 'browser/ui/cocoa/tab_contents/favicon_util_mac.mm',
'browser/ui/cocoa/tab_contents/previewable_contents_controller.h',
'browser/ui/cocoa/tab_contents/previewable_contents_controller.mm',
'browser/ui/cocoa/tab_contents/sad_tab_controller.h',
« no previous file with comments | « chrome/browser/ui/views/ash/launcher/launcher_favicon_loader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698