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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 580093003: Factor Google Now welcome notifications out of DesktopNotificationService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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/prefs/browser_prefs.cc ('k') | no next file » | 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 1740 matching lines...) Expand 10 before | Expand all | Expand 10 after
1751 # Used on all platforms when notifications are enabled. 1751 # Used on all platforms when notifications are enabled.
1752 'chrome_browser_notifications_sources': [ 1752 'chrome_browser_notifications_sources': [
1753 'browser/notifications/desktop_notification_infobar_delegate.cc', 1753 'browser/notifications/desktop_notification_infobar_delegate.cc',
1754 'browser/notifications/desktop_notification_infobar_delegate.h', 1754 'browser/notifications/desktop_notification_infobar_delegate.h',
1755 'browser/notifications/desktop_notification_profile_util.cc', 1755 'browser/notifications/desktop_notification_profile_util.cc',
1756 'browser/notifications/desktop_notification_profile_util.h', 1756 'browser/notifications/desktop_notification_profile_util.h',
1757 'browser/notifications/desktop_notification_service.cc', 1757 'browser/notifications/desktop_notification_service.cc',
1758 'browser/notifications/desktop_notification_service.h', 1758 'browser/notifications/desktop_notification_service.h',
1759 'browser/notifications/desktop_notification_service_factory.cc', 1759 'browser/notifications/desktop_notification_service_factory.cc',
1760 'browser/notifications/desktop_notification_service_factory.h', 1760 'browser/notifications/desktop_notification_service_factory.h',
1761 'browser/notifications/extension_welcome_notification.cc',
1762 'browser/notifications/extension_welcome_notification.h',
1763 'browser/notifications/google_now_notification_stats_collector.cc',
1764 'browser/notifications/google_now_notification_stats_collector.h',
1765 'browser/notifications/message_center_notification_manager_win.cc', 1761 'browser/notifications/message_center_notification_manager_win.cc',
1766 'browser/notifications/notification.cc', 1762 'browser/notifications/notification.cc',
1767 'browser/notifications/notification.h', 1763 'browser/notifications/notification.h',
1768 'browser/notifications/screen_lock_notification_blocker.cc', 1764 'browser/notifications/screen_lock_notification_blocker.cc',
1769 'browser/notifications/screen_lock_notification_blocker.h', 1765 'browser/notifications/screen_lock_notification_blocker.h',
1770 'browser/notifications/fullscreen_notification_blocker.cc', 1766 'browser/notifications/fullscreen_notification_blocker.cc',
1771 'browser/notifications/fullscreen_notification_blocker.h', 1767 'browser/notifications/fullscreen_notification_blocker.h',
1772 'browser/notifications/login_state_notification_blocker_chromeos.cc', 1768 'browser/notifications/login_state_notification_blocker_chromeos.cc',
1773 'browser/notifications/login_state_notification_blocker_chromeos.h', 1769 'browser/notifications/login_state_notification_blocker_chromeos.h',
1774 'browser/notifications/notification_delegate.cc', 1770 'browser/notifications/notification_delegate.cc',
1775 'browser/notifications/notification_delegate.h', 1771 'browser/notifications/notification_delegate.h',
1776 'browser/notifications/notification_object_proxy.cc', 1772 'browser/notifications/notification_object_proxy.cc',
1777 'browser/notifications/notification_object_proxy.h', 1773 'browser/notifications/notification_object_proxy.h',
1778 'browser/notifications/notification_system_observer.cc', 1774 'browser/notifications/notification_system_observer.cc',
1779 'browser/notifications/notification_system_observer.h', 1775 'browser/notifications/notification_system_observer.h',
1780 'browser/notifications/notification_ui_manager.h', 1776 'browser/notifications/notification_ui_manager.h',
1781 'browser/notifications/notification_ui_manager_android.cc', 1777 'browser/notifications/notification_ui_manager_android.cc',
1782 'browser/notifications/notification_ui_manager_android.h', 1778 'browser/notifications/notification_ui_manager_android.h',
1783 ], 1779 ],
1784 # Used on non-Android platforms when notifications are enabled. 1780 # Used on non-Android platforms when notifications are enabled.
1785 'chrome_browser_non_android_notifications_sources': [ 1781 'chrome_browser_non_android_notifications_sources': [
1782 'browser/notifications/extension_welcome_notification.cc',
1783 'browser/notifications/extension_welcome_notification.h',
1784 'browser/notifications/extension_welcome_notification_factory.cc',
1785 'browser/notifications/extension_welcome_notification_factory.h',
1786 'browser/notifications/google_now_notification_stats_collector.cc',
1787 'browser/notifications/google_now_notification_stats_collector.h',
1786 'browser/notifications/message_center_notification_manager.cc', 1788 'browser/notifications/message_center_notification_manager.cc',
1787 'browser/notifications/message_center_notification_manager.h', 1789 'browser/notifications/message_center_notification_manager.h',
1788 'browser/notifications/message_center_settings_controller.cc', 1790 'browser/notifications/message_center_settings_controller.cc',
1789 'browser/notifications/message_center_settings_controller.h', 1791 'browser/notifications/message_center_settings_controller.h',
1790 'browser/notifications/message_center_stats_collector.cc', 1792 'browser/notifications/message_center_stats_collector.cc',
1791 'browser/notifications/message_center_stats_collector.h', 1793 'browser/notifications/message_center_stats_collector.h',
1792 'browser/notifications/notification_conversion_helper.h', 1794 'browser/notifications/notification_conversion_helper.h',
1793 'browser/notifications/notification_conversion_helper.cc', 1795 'browser/notifications/notification_conversion_helper.cc',
1794 'browser/notifications/notification_ui_manager_desktop.cc', 1796 'browser/notifications/notification_ui_manager_desktop.cc',
1795 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1797 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
(...skipping 1786 matching lines...) Expand 10 before | Expand all | Expand 10 after
3582 'variables': { 3584 'variables': {
3583 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3585 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3584 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3586 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3585 }, 3587 },
3586 'includes': [ '../build/protoc.gypi' ] 3588 'includes': [ '../build/protoc.gypi' ]
3587 }, 3589 },
3588 ], 3590 ],
3589 },], 3591 },],
3590 ], 3592 ],
3591 } 3593 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698