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

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 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after
1819 'browser/notifications/login_state_notification_blocker_chromeos.h', 1819 'browser/notifications/login_state_notification_blocker_chromeos.h',
1820 'browser/notifications/message_center_notification_manager_win.cc', 1820 'browser/notifications/message_center_notification_manager_win.cc',
1821 'browser/notifications/notification.cc', 1821 'browser/notifications/notification.cc',
1822 'browser/notifications/notification.h', 1822 'browser/notifications/notification.h',
1823 'browser/notifications/notification_delegate.h', 1823 'browser/notifications/notification_delegate.h',
1824 'browser/notifications/notification_object_proxy.cc', 1824 'browser/notifications/notification_object_proxy.cc',
1825 'browser/notifications/notification_object_proxy.h', 1825 'browser/notifications/notification_object_proxy.h',
1826 'browser/notifications/notification_ui_manager.h', 1826 'browser/notifications/notification_ui_manager.h',
1827 'browser/notifications/notification_ui_manager_android.cc', 1827 'browser/notifications/notification_ui_manager_android.cc',
1828 'browser/notifications/notification_ui_manager_android.h', 1828 'browser/notifications/notification_ui_manager_android.h',
1829 'browser/notifications/platform_notification_service_impl.cc',
1830 'browser/notifications/platform_notification_service_impl.h',
1829 'browser/notifications/profile_notification.cc', 1831 'browser/notifications/profile_notification.cc',
1830 'browser/notifications/profile_notification.h', 1832 'browser/notifications/profile_notification.h',
1831 ], 1833 ],
1832 # Used on non-Android platforms when notifications are enabled. 1834 # Used on non-Android platforms when notifications are enabled.
1833 'chrome_browser_notifications_non_android_sources': [ 1835 'chrome_browser_notifications_non_android_sources': [
1834 'browser/notifications/extension_welcome_notification.cc', 1836 'browser/notifications/extension_welcome_notification.cc',
1835 'browser/notifications/extension_welcome_notification.h', 1837 'browser/notifications/extension_welcome_notification.h',
1836 'browser/notifications/extension_welcome_notification_factory.cc', 1838 'browser/notifications/extension_welcome_notification_factory.cc',
1837 'browser/notifications/extension_welcome_notification_factory.h', 1839 'browser/notifications/extension_welcome_notification_factory.h',
1838 'browser/notifications/fullscreen_notification_blocker.cc', 1840 'browser/notifications/fullscreen_notification_blocker.cc',
(...skipping 1878 matching lines...) Expand 10 before | Expand all | Expand 10 after
3717 'variables': { 3719 'variables': {
3718 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3720 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3719 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3721 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3720 }, 3722 },
3721 'includes': [ '../build/protoc.gypi' ] 3723 'includes': [ '../build/protoc.gypi' ]
3722 }, 3724 },
3723 ], 3725 ],
3724 },], 3726 },],
3725 ], 3727 ],
3726 } 3728 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698