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

Unified Diff: chrome/chrome_browser.gypi

Issue 376253005: Migrate the notification permission to the new common permission classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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
« no previous file with comments | « chrome/browser/ui/webui/options/content_settings_handler.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 3c2128b0566f779362649887f8fbd5a523c37c29..61f0d9ac60331fa022d0f34a57e0e2e214f9f615 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1849,6 +1849,10 @@
],
# Used on all platforms when notifications are enabled.
'chrome_browser_notifications_sources': [
+ 'browser/notifications/desktop_notification_infobar_delegate.cc',
+ 'browser/notifications/desktop_notification_infobar_delegate.h',
+ 'browser/notifications/desktop_notification_profile_util.cc',
+ 'browser/notifications/desktop_notification_profile_util.h',
'browser/notifications/desktop_notification_service.cc',
'browser/notifications/desktop_notification_service.h',
'browser/notifications/desktop_notification_service_factory.cc',
« no previous file with comments | « chrome/browser/ui/webui/options/content_settings_handler.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698