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

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: Fix misspell. 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
« no previous file with comments | « chrome/browser/notifications/web_page_notifier_source.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2217 matching lines...) Expand 10 before | Expand all | Expand 10 after
2228 ], 2228 ],
2229 # Used on Android when notifications and java_ui are enabled. 2229 # Used on Android when notifications and java_ui are enabled.
2230 'chrome_browser_notifications_android_java_ui_sources': [ 2230 'chrome_browser_notifications_android_java_ui_sources': [
2231 'browser/notifications/notification_permission_infobar_delegate.cc', 2231 'browser/notifications/notification_permission_infobar_delegate.cc',
2232 'browser/notifications/notification_permission_infobar_delegate.h', 2232 'browser/notifications/notification_permission_infobar_delegate.h',
2233 'browser/notifications/notification_platform_bridge_android.cc', 2233 'browser/notifications/notification_platform_bridge_android.cc',
2234 'browser/notifications/notification_platform_bridge_android.h', 2234 'browser/notifications/notification_platform_bridge_android.h',
2235 ], 2235 ],
2236 # Used on non-Android platforms when notifications are enabled. 2236 # Used on non-Android platforms when notifications are enabled.
2237 'chrome_browser_notifications_non_android_sources': [ 2237 'chrome_browser_notifications_non_android_sources': [
2238 'browser/notifications/application_notifier_source.cc',
2239 'browser/notifications/application_notifier_source.h',
2240 'browser/notifications/arc_application_notifier_source_chromeos.cc',
2241 'browser/notifications/arc_application_notifier_source_chromeos.h',
2238 'browser/notifications/extension_welcome_notification.cc', 2242 'browser/notifications/extension_welcome_notification.cc',
2239 'browser/notifications/extension_welcome_notification.h', 2243 'browser/notifications/extension_welcome_notification.h',
2240 'browser/notifications/extension_welcome_notification_factory.cc', 2244 'browser/notifications/extension_welcome_notification_factory.cc',
2241 'browser/notifications/extension_welcome_notification_factory.h', 2245 'browser/notifications/extension_welcome_notification_factory.h',
2242 'browser/notifications/fullscreen_notification_blocker.cc', 2246 'browser/notifications/fullscreen_notification_blocker.cc',
2243 'browser/notifications/fullscreen_notification_blocker.h', 2247 'browser/notifications/fullscreen_notification_blocker.h',
2244 'browser/notifications/google_now_notification_stats_collector.cc', 2248 'browser/notifications/google_now_notification_stats_collector.cc',
2245 'browser/notifications/google_now_notification_stats_collector.h', 2249 'browser/notifications/google_now_notification_stats_collector.h',
2246 'browser/notifications/message_center_notification_manager.cc', 2250 'browser/notifications/message_center_notification_manager.cc',
2247 'browser/notifications/message_center_notification_manager.h', 2251 'browser/notifications/message_center_notification_manager.h',
2248 'browser/notifications/message_center_settings_controller.cc', 2252 'browser/notifications/message_center_settings_controller.cc',
2249 'browser/notifications/message_center_settings_controller.h', 2253 'browser/notifications/message_center_settings_controller.h',
2250 'browser/notifications/message_center_stats_collector.cc', 2254 'browser/notifications/message_center_stats_collector.cc',
2251 'browser/notifications/message_center_stats_collector.h', 2255 'browser/notifications/message_center_stats_collector.h',
2252 'browser/notifications/notification_conversion_helper.cc', 2256 'browser/notifications/notification_conversion_helper.cc',
2253 'browser/notifications/notification_conversion_helper.h', 2257 'browser/notifications/notification_conversion_helper.h',
2254 'browser/notifications/notification_system_observer.cc', 2258 'browser/notifications/notification_system_observer.cc',
2255 'browser/notifications/notification_system_observer.h', 2259 'browser/notifications/notification_system_observer.h',
2256 'browser/notifications/notification_ui_manager_desktop.cc', 2260 'browser/notifications/notification_ui_manager_desktop.cc',
2261 'browser/notifications/notifier_source.h',
2257 'browser/notifications/profile_notification.cc', 2262 'browser/notifications/profile_notification.cc',
2258 'browser/notifications/profile_notification.h', 2263 'browser/notifications/profile_notification.h',
2259 'browser/notifications/screen_lock_notification_blocker.cc', 2264 'browser/notifications/screen_lock_notification_blocker.cc',
2260 'browser/notifications/screen_lock_notification_blocker.h', 2265 'browser/notifications/screen_lock_notification_blocker.h',
2266 'browser/notifications/system_component_notifier_source_chromeos.cc',
2267 'browser/notifications/system_component_notifier_source_chromeos.h',
2268 'browser/notifications/web_page_notifier_source.cc',
2269 'browser/notifications/web_page_notifier_source.h',
2261 ], 2270 ],
2262 'chrome_browser_nss_sources': [ 2271 'chrome_browser_nss_sources': [
2263 'browser/certificate_manager_model.cc', 2272 'browser/certificate_manager_model.cc',
2264 'browser/certificate_manager_model.h', 2273 'browser/certificate_manager_model.h',
2265 'browser/net/nss_context.cc', 2274 'browser/net/nss_context.cc',
2266 'browser/net/nss_context.h', 2275 'browser/net/nss_context.h',
2267 'browser/net/nss_context_chromeos.cc', 2276 'browser/net/nss_context_chromeos.cc',
2268 'browser/net/nss_context_linux.cc', 2277 'browser/net/nss_context_linux.cc',
2269 ], 2278 ],
2270 'chrome_browser_password_manager_sources': [ 2279 'chrome_browser_password_manager_sources': [
(...skipping 2007 matching lines...) Expand 10 before | Expand all | Expand 10 after
4278 '../components/components.gyp:rlz', 4287 '../components/components.gyp:rlz',
4279 '../components/components.gyp:search_engines', 4288 '../components/components.gyp:search_engines',
4280 '../rlz/rlz.gyp:rlz_lib', 4289 '../rlz/rlz.gyp:rlz_lib',
4281 'common', 4290 'common',
4282 ], 4291 ],
4283 }, 4292 },
4284 ], 4293 ],
4285 }], 4294 }],
4286 ], 4295 ],
4287 } 4296 }
OLDNEW
« no previous file with comments | « chrome/browser/notifications/web_page_notifier_source.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698