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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2064363002: Refactor MessageCenterSettingsController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after
2231 ], 2231 ],
2232 # Used on Android when notifications and java_ui are enabled. 2232 # Used on Android when notifications and java_ui are enabled.
2233 'chrome_browser_notifications_android_java_ui_sources': [ 2233 'chrome_browser_notifications_android_java_ui_sources': [
2234 'browser/notifications/notification_permission_infobar_delegate.cc', 2234 'browser/notifications/notification_permission_infobar_delegate.cc',
2235 'browser/notifications/notification_permission_infobar_delegate.h', 2235 'browser/notifications/notification_permission_infobar_delegate.h',
2236 'browser/notifications/notification_platform_bridge_android.cc', 2236 'browser/notifications/notification_platform_bridge_android.cc',
2237 'browser/notifications/notification_platform_bridge_android.h', 2237 'browser/notifications/notification_platform_bridge_android.h',
2238 ], 2238 ],
2239 # Used on non-Android platforms when notifications are enabled. 2239 # Used on non-Android platforms when notifications are enabled.
2240 'chrome_browser_notifications_non_android_sources': [ 2240 'chrome_browser_notifications_non_android_sources': [
2241 'browser/notifications/application_notifier_source.cc',
2242 'browser/notifications/application_notifier_source.h',
2243 'browser/notifications/arc_application_notifier_source_chromeos.cc',
2244 'browser/notifications/arc_application_notifier_source_chromeos.h',
2241 'browser/notifications/extension_welcome_notification.cc', 2245 'browser/notifications/extension_welcome_notification.cc',
2242 'browser/notifications/extension_welcome_notification.h', 2246 'browser/notifications/extension_welcome_notification.h',
2243 'browser/notifications/extension_welcome_notification_factory.cc', 2247 'browser/notifications/extension_welcome_notification_factory.cc',
2244 'browser/notifications/extension_welcome_notification_factory.h', 2248 'browser/notifications/extension_welcome_notification_factory.h',
2245 'browser/notifications/fullscreen_notification_blocker.cc', 2249 'browser/notifications/fullscreen_notification_blocker.cc',
2246 'browser/notifications/fullscreen_notification_blocker.h', 2250 'browser/notifications/fullscreen_notification_blocker.h',
2247 'browser/notifications/google_now_notification_stats_collector.cc', 2251 'browser/notifications/google_now_notification_stats_collector.cc',
2248 'browser/notifications/google_now_notification_stats_collector.h', 2252 'browser/notifications/google_now_notification_stats_collector.h',
2249 'browser/notifications/message_center_notification_manager.cc', 2253 'browser/notifications/message_center_notification_manager.cc',
2250 'browser/notifications/message_center_notification_manager.h', 2254 'browser/notifications/message_center_notification_manager.h',
2251 'browser/notifications/message_center_settings_controller.cc', 2255 'browser/notifications/message_center_settings_controller.cc',
2252 'browser/notifications/message_center_settings_controller.h', 2256 'browser/notifications/message_center_settings_controller.h',
2253 'browser/notifications/message_center_stats_collector.cc', 2257 'browser/notifications/message_center_stats_collector.cc',
2254 'browser/notifications/message_center_stats_collector.h', 2258 'browser/notifications/message_center_stats_collector.h',
2255 'browser/notifications/notification_conversion_helper.cc', 2259 'browser/notifications/notification_conversion_helper.cc',
2256 'browser/notifications/notification_conversion_helper.h', 2260 'browser/notifications/notification_conversion_helper.h',
2257 'browser/notifications/notification_system_observer.cc', 2261 'browser/notifications/notification_system_observer.cc',
2258 'browser/notifications/notification_system_observer.h', 2262 'browser/notifications/notification_system_observer.h',
2259 'browser/notifications/notification_ui_manager_desktop.cc', 2263 'browser/notifications/notification_ui_manager_desktop.cc',
2264 'browser/notifications/notifier_source.h',
2260 'browser/notifications/profile_notification.cc', 2265 'browser/notifications/profile_notification.cc',
2261 'browser/notifications/profile_notification.h', 2266 'browser/notifications/profile_notification.h',
2262 'browser/notifications/screen_lock_notification_blocker.cc', 2267 'browser/notifications/screen_lock_notification_blocker.cc',
2263 'browser/notifications/screen_lock_notification_blocker.h', 2268 'browser/notifications/screen_lock_notification_blocker.h',
2269 'browser/notifications/system_component_notifier_source_chromeos.cc',
2270 'browser/notifications/system_component_notifier_source_chromeos.h',
2271 'browser/notifications/web_page_notifier_source.cc',
2272 'browser/notifications/web_page_notifier_source.h',
2264 ], 2273 ],
2265 'chrome_browser_nss_sources': [ 2274 'chrome_browser_nss_sources': [
2266 'browser/certificate_manager_model.cc', 2275 'browser/certificate_manager_model.cc',
2267 'browser/certificate_manager_model.h', 2276 'browser/certificate_manager_model.h',
2268 'browser/net/nss_context.cc', 2277 'browser/net/nss_context.cc',
2269 'browser/net/nss_context.h', 2278 'browser/net/nss_context.h',
2270 'browser/net/nss_context_chromeos.cc', 2279 'browser/net/nss_context_chromeos.cc',
2271 'browser/net/nss_context_linux.cc', 2280 'browser/net/nss_context_linux.cc',
2272 ], 2281 ],
2273 'chrome_browser_password_manager_sources': [ 2282 'chrome_browser_password_manager_sources': [
(...skipping 2007 matching lines...) Expand 10 before | Expand all | Expand 10 after
4281 '../components/components.gyp:rlz', 4290 '../components/components.gyp:rlz',
4282 '../components/components.gyp:search_engines', 4291 '../components/components.gyp:search_engines',
4283 '../rlz/rlz.gyp:rlz_lib', 4292 '../rlz/rlz.gyp:rlz_lib',
4284 'common', 4293 'common',
4285 ], 4294 ],
4286 }, 4295 },
4287 ], 4296 ],
4288 }], 4297 }],
4289 ], 4298 ],
4290 } 4299 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698