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

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: Created 4 years, 8 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 2130 matching lines...) Expand 10 before | Expand all | Expand 10 after
2141 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h', 2141 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h',
2142 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc', 2142 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc',
2143 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h', 2143 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h',
2144 'browser/net/timed_cache.cc', 2144 'browser/net/timed_cache.cc',
2145 'browser/net/timed_cache.h', 2145 'browser/net/timed_cache.h',
2146 'browser/net/url_info.cc', 2146 'browser/net/url_info.cc',
2147 'browser/net/url_info.h', 2147 'browser/net/url_info.h',
2148 ], 2148 ],
2149 # Used on all platforms when notifications are enabled. 2149 # Used on all platforms when notifications are enabled.
2150 'chrome_browser_notifications_sources': [ 2150 'chrome_browser_notifications_sources': [
2151 'browser/notifications/chrome_notification_display_service.cc',
2152 'browser/notifications/chrome_notification_display_service.h',
2151 'browser/notifications/desktop_notification_profile_util.cc', 2153 'browser/notifications/desktop_notification_profile_util.cc',
2152 'browser/notifications/desktop_notification_profile_util.h', 2154 'browser/notifications/desktop_notification_profile_util.h',
2153 'browser/notifications/login_state_notification_blocker_chromeos.cc', 2155 'browser/notifications/login_state_notification_blocker_chromeos.cc',
2154 'browser/notifications/login_state_notification_blocker_chromeos.h', 2156 'browser/notifications/login_state_notification_blocker_chromeos.h',
2157 'browser/notifications/native_notification_display_service.cc',
2158 'browser/notifications/native_notification_display_service.h',
2155 'browser/notifications/notification.cc', 2159 'browser/notifications/notification.cc',
2156 'browser/notifications/notification.h', 2160 'browser/notifications/notification.h',
2157 'browser/notifications/notification_delegate.h', 2161 'browser/notifications/notification_delegate.h',
2162 'browser/notifications/notification_display_service.h',
2163 'browser/notifications/notification_display_service_factory.cc',
2164 'browser/notifications/notification_display_service_factory.h',
2158 'browser/notifications/notification_object_proxy.cc', 2165 'browser/notifications/notification_object_proxy.cc',
2159 'browser/notifications/notification_object_proxy.h', 2166 'browser/notifications/notification_object_proxy.h',
2160 'browser/notifications/notification_permission_context.cc', 2167 'browser/notifications/notification_permission_context.cc',
2161 'browser/notifications/notification_permission_context.h', 2168 'browser/notifications/notification_permission_context.h',
2162 'browser/notifications/notification_permission_context_factory.cc', 2169 'browser/notifications/notification_permission_context_factory.cc',
2163 'browser/notifications/notification_permission_context_factory.h', 2170 'browser/notifications/notification_permission_context_factory.h',
2164 'browser/notifications/notification_ui_manager.h', 2171 'browser/notifications/notification_ui_manager.h',
2165 'browser/notifications/notification_ui_manager_mac.h', 2172 'browser/notifications/notification_ui_manager_mac.h',
2166 'browser/notifications/notification_ui_manager_mac.mm', 2173 'browser/notifications/notification_ui_manager_mac.mm',
2167 'browser/notifications/notifier_state_tracker.cc', 2174 'browser/notifications/notifier_state_tracker.cc',
(...skipping 2055 matching lines...) Expand 10 before | Expand all | Expand 10 after
4223 '../components/components.gyp:rlz', 4230 '../components/components.gyp:rlz',
4224 '../components/components.gyp:search_engines', 4231 '../components/components.gyp:search_engines',
4225 '../rlz/rlz.gyp:rlz_lib', 4232 '../rlz/rlz.gyp:rlz_lib',
4226 'common', 4233 'common',
4227 ], 4234 ],
4228 }, 4235 },
4229 ], 4236 ],
4230 }], 4237 }],
4231 ], 4238 ],
4232 } 4239 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698