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

Unified Diff: chrome/chrome.gyp

Issue 194108: adds DesktopNotificationService to Profile (Closed)
Patch Set: more feedback Created 11 years, 2 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.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 3e156fc7ab34f24559eec4a6cc1fce424ec14dc1..2cf6f9fb2097dcf9dfc6663f135b1047a3ce214f 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1723,6 +1723,18 @@
'browser/net/url_request_slow_http_job.h',
'browser/net/url_request_tracking.cc',
'browser/net/url_request_tracking.h',
+ 'browser/notifications/balloons.h',
+ 'browser/notifications/desktop_notification_service.cc',
+ 'browser/notifications/desktop_notification_service.h',
+ 'browser/notifications/desktop_notification_service_linux.cc',
+ 'browser/notifications/desktop_notification_service_mac.mm',
+ 'browser/notifications/desktop_notification_service_win.cc',
+ 'browser/notifications/notification.h',
+ 'browser/notifications/notification_object_proxy.cc',
+ 'browser/notifications/notification_object_proxy.h',
+ 'browser/notifications/notification_ui_manager.h',
+ 'browser/notifications/notifications_prefs_cache.cc',
+ 'browser/notifications/notifications_prefs_cache.h',
'browser/ntp_background_util.cc',
'browser/ntp_background_util.h',
'browser/omnibox_search_hint.cc',

Powered by Google App Engine
This is Rietveld 408576698