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

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: Created 6 years, 3 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 1733 matching lines...) Expand 10 before | Expand all | Expand 10 after
1744 # Used on all platforms when notifications are enabled. 1744 # Used on all platforms when notifications are enabled.
1745 'chrome_browser_notifications_sources': [ 1745 'chrome_browser_notifications_sources': [
1746 'browser/notifications/desktop_notification_infobar_delegate.cc', 1746 'browser/notifications/desktop_notification_infobar_delegate.cc',
1747 'browser/notifications/desktop_notification_infobar_delegate.h', 1747 'browser/notifications/desktop_notification_infobar_delegate.h',
1748 'browser/notifications/desktop_notification_profile_util.cc', 1748 'browser/notifications/desktop_notification_profile_util.cc',
1749 'browser/notifications/desktop_notification_profile_util.h', 1749 'browser/notifications/desktop_notification_profile_util.h',
1750 'browser/notifications/desktop_notification_service.cc', 1750 'browser/notifications/desktop_notification_service.cc',
1751 'browser/notifications/desktop_notification_service.h', 1751 'browser/notifications/desktop_notification_service.h',
1752 'browser/notifications/desktop_notification_service_factory.cc', 1752 'browser/notifications/desktop_notification_service_factory.cc',
1753 'browser/notifications/desktop_notification_service_factory.h', 1753 'browser/notifications/desktop_notification_service_factory.h',
1754 'browser/notifications/extension_welcome_notification.cc',
1755 'browser/notifications/extension_welcome_notification.h',
1756 'browser/notifications/google_now_notification_stats_collector.cc',
1757 'browser/notifications/google_now_notification_stats_collector.h',
1758 'browser/notifications/message_center_notification_manager_win.cc', 1754 'browser/notifications/message_center_notification_manager_win.cc',
1759 'browser/notifications/notification.cc', 1755 'browser/notifications/notification.cc',
1760 'browser/notifications/notification.h', 1756 'browser/notifications/notification.h',
1761 'browser/notifications/screen_lock_notification_blocker.cc', 1757 'browser/notifications/screen_lock_notification_blocker.cc',
1762 'browser/notifications/screen_lock_notification_blocker.h', 1758 'browser/notifications/screen_lock_notification_blocker.h',
1763 'browser/notifications/fullscreen_notification_blocker.cc', 1759 'browser/notifications/fullscreen_notification_blocker.cc',
1764 'browser/notifications/fullscreen_notification_blocker.h', 1760 'browser/notifications/fullscreen_notification_blocker.h',
1765 'browser/notifications/login_state_notification_blocker_chromeos.cc', 1761 'browser/notifications/login_state_notification_blocker_chromeos.cc',
1766 'browser/notifications/login_state_notification_blocker_chromeos.h', 1762 'browser/notifications/login_state_notification_blocker_chromeos.h',
1767 'browser/notifications/notification_delegate.cc', 1763 'browser/notifications/notification_delegate.cc',
1768 'browser/notifications/notification_delegate.h', 1764 'browser/notifications/notification_delegate.h',
1769 'browser/notifications/notification_object_proxy.cc', 1765 'browser/notifications/notification_object_proxy.cc',
1770 'browser/notifications/notification_object_proxy.h', 1766 'browser/notifications/notification_object_proxy.h',
1771 'browser/notifications/notification_system_observer.cc', 1767 'browser/notifications/notification_system_observer.cc',
1772 'browser/notifications/notification_system_observer.h', 1768 'browser/notifications/notification_system_observer.h',
1773 'browser/notifications/notification_ui_manager.h', 1769 'browser/notifications/notification_ui_manager.h',
1774 'browser/notifications/notification_ui_manager_android.cc', 1770 'browser/notifications/notification_ui_manager_android.cc',
1775 'browser/notifications/notification_ui_manager_android.h', 1771 'browser/notifications/notification_ui_manager_android.h',
1776 ], 1772 ],
1777 # Used on non-Android platforms when notifications are enabled. 1773 # Used on non-Android platforms when notifications are enabled.
1778 'chrome_browser_non_android_notifications_sources': [ 1774 'chrome_browser_non_android_notifications_sources': [
1775 'browser/notifications/extensions/extension_welcome_notification.cc',
1776 'browser/notifications/extensions/extension_welcome_notification.h',
1777 'browser/notifications/extensions/extension_welcome_notification_factory.c c',
1778 'browser/notifications/extensions/extension_welcome_notification_factory.h ',
1779 'browser/notifications/extensions/google_now_notification_stats_collector. cc',
1780 'browser/notifications/extensions/google_now_notification_stats_collector. h',
1779 'browser/notifications/message_center_notification_manager.cc', 1781 'browser/notifications/message_center_notification_manager.cc',
1780 'browser/notifications/message_center_notification_manager.h', 1782 'browser/notifications/message_center_notification_manager.h',
1781 'browser/notifications/message_center_settings_controller.cc', 1783 'browser/notifications/message_center_settings_controller.cc',
1782 'browser/notifications/message_center_settings_controller.h', 1784 'browser/notifications/message_center_settings_controller.h',
1783 'browser/notifications/message_center_stats_collector.cc', 1785 'browser/notifications/message_center_stats_collector.cc',
1784 'browser/notifications/message_center_stats_collector.h', 1786 'browser/notifications/message_center_stats_collector.h',
1785 'browser/notifications/notification_conversion_helper.h', 1787 'browser/notifications/notification_conversion_helper.h',
1786 'browser/notifications/notification_conversion_helper.cc', 1788 'browser/notifications/notification_conversion_helper.cc',
1787 'browser/notifications/notification_ui_manager_desktop.cc', 1789 'browser/notifications/notification_ui_manager_desktop.cc',
1788 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1790 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
(...skipping 1762 matching lines...) Expand 10 before | Expand all | Expand 10 after
3551 'variables': { 3553 'variables': {
3552 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3554 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3553 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3555 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3554 }, 3556 },
3555 'includes': [ '../build/protoc.gypi' ] 3557 'includes': [ '../build/protoc.gypi' ]
3556 }, 3558 },
3557 ], 3559 ],
3558 },], 3560 },],
3559 ], 3561 ],
3560 } 3562 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698