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', |