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

Unified Diff: chrome/chrome.gyp

Issue 194079: renderer process notifications support (Closed)
Patch Set: last change for code review Created 11 years, 3 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 c8588641191362d7afd43d38d4ed54ef6d105473..ee0e3e0862cdf91ab9907e14c2a1dbb8ec186139 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -485,6 +485,8 @@
],
'sources': [
# All .cc, .h, and .mm files under chrome/common except for tests.
+ 'common/desktop_notifications/active_notification_tracker.h',
+ 'common/desktop_notifications/active_notification_tracker.cc',
'common/extensions/extension.cc',
'common/extensions/extension.h',
'common/extensions/extension_constants.cc',
@@ -3062,6 +3064,8 @@
'renderer/localized_error.cc',
'renderer/localized_error.h',
'renderer/navigation_state.h',
+ 'renderer/notification_provider.cc',
+ 'renderer/notification_provider.h',
'renderer/plugin_channel_host.cc',
'renderer/plugin_channel_host.h',
'renderer/print_web_view_helper.cc',

Powered by Google App Engine
This is Rietveld 408576698