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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 774573003: Start pulling away notification logic from ChromeContentBrowserClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1793 'browser/notifications/login_state_notification_blocker_chromeos.h', 1793 'browser/notifications/login_state_notification_blocker_chromeos.h',
1794 'browser/notifications/message_center_notification_manager_win.cc', 1794 'browser/notifications/message_center_notification_manager_win.cc',
1795 'browser/notifications/notification.cc', 1795 'browser/notifications/notification.cc',
1796 'browser/notifications/notification.h', 1796 'browser/notifications/notification.h',
1797 'browser/notifications/notification_delegate.h', 1797 'browser/notifications/notification_delegate.h',
1798 'browser/notifications/notification_object_proxy.cc', 1798 'browser/notifications/notification_object_proxy.cc',
1799 'browser/notifications/notification_object_proxy.h', 1799 'browser/notifications/notification_object_proxy.h',
1800 'browser/notifications/notification_ui_manager.h', 1800 'browser/notifications/notification_ui_manager.h',
1801 'browser/notifications/notification_ui_manager_android.cc', 1801 'browser/notifications/notification_ui_manager_android.cc',
1802 'browser/notifications/notification_ui_manager_android.h', 1802 'browser/notifications/notification_ui_manager_android.h',
1803 'browser/notifications/platform_notification_service_impl.cc',
1804 'browser/notifications/platform_notification_service_impl.h',
1803 'browser/notifications/profile_notification.cc', 1805 'browser/notifications/profile_notification.cc',
1804 'browser/notifications/profile_notification.h', 1806 'browser/notifications/profile_notification.h',
1805 ], 1807 ],
1806 # Used on non-Android platforms when notifications are enabled. 1808 # Used on non-Android platforms when notifications are enabled.
1807 'chrome_browser_non_android_notifications_sources': [ 1809 'chrome_browser_non_android_notifications_sources': [
1808 'browser/notifications/extension_welcome_notification.cc', 1810 'browser/notifications/extension_welcome_notification.cc',
1809 'browser/notifications/extension_welcome_notification.h', 1811 'browser/notifications/extension_welcome_notification.h',
1810 'browser/notifications/extension_welcome_notification_factory.cc', 1812 'browser/notifications/extension_welcome_notification_factory.cc',
1811 'browser/notifications/extension_welcome_notification_factory.h', 1813 'browser/notifications/extension_welcome_notification_factory.h',
1812 'browser/notifications/fullscreen_notification_blocker.cc', 1814 'browser/notifications/fullscreen_notification_blocker.cc',
(...skipping 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after
3676 'variables': { 3678 'variables': {
3677 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3679 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3678 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3680 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3679 }, 3681 },
3680 'includes': [ '../build/protoc.gypi' ] 3682 'includes': [ '../build/protoc.gypi' ]
3681 }, 3683 },
3682 ], 3684 ],
3683 },], 3685 },],
3684 ], 3686 ],
3685 } 3687 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698