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

Unified Diff: chrome/chrome_browser.gypi

Issue 155273002: Repurpose NotificationBitmapFetcher to BitmapFetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Prettifying Created 6 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index e44aa688b9dd1e6028105e27ee0c57f43395ef26..34baee89ec32dd960d7cf90263d8facf434bcabe 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -275,6 +275,8 @@
'browser/background/background_mode_manager_gtk.cc',
'browser/background/background_mode_manager_mac.mm',
'browser/background/background_mode_manager_win.cc',
+ 'browser/bitmap_fetcher.cc',
+ 'browser/bitmap_fetcher.h',
'browser/bookmarks/base_bookmark_model_observer.cc',
'browser/bookmarks/base_bookmark_model_observer.h',
'browser/bookmarks/bookmark_codec.cc',
@@ -1406,8 +1408,6 @@
'browser/notifications/sync_notifier/chrome_notifier_service.h',
'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc',
'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
- 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc',
- 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h',
'browser/notifications/sync_notifier/synced_notification.cc',
'browser/notifications/sync_notifier/synced_notification.h',
'browser/notifications/sync_notifier/welcome_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698