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

Unified Diff: chrome/chrome_browser.gypi

Issue 11745024: Synced Notification Sync Change Processor (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Lint fixes Created 7 years, 11 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 0a4597a25cde164d1cf9514cade0484694efb2e1..e26fb8983104ea2696052b8d9b5ecaa51760d4fc 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1198,6 +1198,14 @@
'browser/notifications/notification_ui_manager_impl.h',
'browser/notifications/notification_ui_manager_mac.mm',
'browser/notifications/notification_ui_manager_mac.h',
+ 'browser/notifier/chrome_notifier_delegate.cc',
+ 'browser/notifier/chrome_notifier_delegate.h',
+ 'browser/notifier/chrome_notifier_service.cc',
+ 'browser/notifier/chrome_notifier_service.h',
+ 'browser/notifier/chrome_notifier_service_factory.cc',
+ 'browser/notifier/chrome_notifier_service_factory.h',
+ 'browser/notifier/synced_notification.cc',
+ 'browser/notifier/synced_notification.h',
'browser/omnibox_search_hint.cc',
'browser/omnibox_search_hint.h',
'browser/page_cycler/page_cycler.cc',

Powered by Google App Engine
This is Rietveld 408576698