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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1814923002: Nuke NotificationUIManager from PlatformNotificationServiceImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@profile_manager_load
Patch Set: Rebase Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2072 matching lines...) Expand 10 before | Expand all | Expand 10 after
2083 'browser/net/timed_cache.h', 2083 'browser/net/timed_cache.h',
2084 'browser/net/url_info.cc', 2084 'browser/net/url_info.cc',
2085 'browser/net/url_info.h', 2085 'browser/net/url_info.h',
2086 ], 2086 ],
2087 # Used on all platforms when notifications are enabled. 2087 # Used on all platforms when notifications are enabled.
2088 'chrome_browser_notifications_sources': [ 2088 'chrome_browser_notifications_sources': [
2089 'browser/notifications/desktop_notification_profile_util.cc', 2089 'browser/notifications/desktop_notification_profile_util.cc',
2090 'browser/notifications/desktop_notification_profile_util.h', 2090 'browser/notifications/desktop_notification_profile_util.h',
2091 'browser/notifications/login_state_notification_blocker_chromeos.cc', 2091 'browser/notifications/login_state_notification_blocker_chromeos.cc',
2092 'browser/notifications/login_state_notification_blocker_chromeos.h', 2092 'browser/notifications/login_state_notification_blocker_chromeos.h',
2093 'browser/notifications/message_center_notification_display_service.cc',
2094 'browser/notifications/message_center_notification_display_service.h',
2093 'browser/notifications/notification.cc', 2095 'browser/notifications/notification.cc',
2094 'browser/notifications/notification.h', 2096 'browser/notifications/notification.h',
2095 'browser/notifications/notification_delegate.h', 2097 'browser/notifications/notification_delegate.h',
2098 'browser/notifications/notification_display_service.cc',
2099 'browser/notifications/notification_display_service.h',
2100 'browser/notifications/notification_display_service_factory.cc',
2101 'browser/notifications/notification_display_service_factory.h',
2096 'browser/notifications/notification_object_proxy.cc', 2102 'browser/notifications/notification_object_proxy.cc',
2097 'browser/notifications/notification_object_proxy.h', 2103 'browser/notifications/notification_object_proxy.h',
2098 'browser/notifications/notification_permission_context.cc', 2104 'browser/notifications/notification_permission_context.cc',
2099 'browser/notifications/notification_permission_context.h', 2105 'browser/notifications/notification_permission_context.h',
2100 'browser/notifications/notification_permission_context_factory.cc', 2106 'browser/notifications/notification_permission_context_factory.cc',
2101 'browser/notifications/notification_permission_context_factory.h', 2107 'browser/notifications/notification_permission_context_factory.h',
2102 'browser/notifications/notification_ui_manager.h', 2108 'browser/notifications/notification_ui_manager.h',
2103 'browser/notifications/notification_ui_manager_mac.h', 2109 'browser/notifications/notification_ui_manager_mac.h',
2104 'browser/notifications/notification_ui_manager_mac.mm', 2110 'browser/notifications/notification_ui_manager_mac.mm',
2105 'browser/notifications/notifier_state_tracker.cc', 2111 'browser/notifications/notifier_state_tracker.cc',
(...skipping 2132 matching lines...) Expand 10 before | Expand all | Expand 10 after
4238 '../components/components.gyp:rlz', 4244 '../components/components.gyp:rlz',
4239 '../components/components.gyp:search_engines', 4245 '../components/components.gyp:search_engines',
4240 '../rlz/rlz.gyp:rlz_lib', 4246 '../rlz/rlz.gyp:rlz_lib',
4241 'common', 4247 'common',
4242 ], 4248 ],
4243 }, 4249 },
4244 ], 4250 ],
4245 }], 4251 }],
4246 ], 4252 ],
4247 } 4253 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698