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

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: add a DCHECK 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 1804 matching lines...) Expand 10 before | Expand all | Expand 10 after
1815 'browser/notifications/login_state_notification_blocker_chromeos.h', 1815 'browser/notifications/login_state_notification_blocker_chromeos.h',
1816 'browser/notifications/message_center_notification_manager_win.cc', 1816 'browser/notifications/message_center_notification_manager_win.cc',
1817 'browser/notifications/notification.cc', 1817 'browser/notifications/notification.cc',
1818 'browser/notifications/notification.h', 1818 'browser/notifications/notification.h',
1819 'browser/notifications/notification_delegate.h', 1819 'browser/notifications/notification_delegate.h',
1820 'browser/notifications/notification_object_proxy.cc', 1820 'browser/notifications/notification_object_proxy.cc',
1821 'browser/notifications/notification_object_proxy.h', 1821 'browser/notifications/notification_object_proxy.h',
1822 'browser/notifications/notification_ui_manager.h', 1822 'browser/notifications/notification_ui_manager.h',
1823 'browser/notifications/notification_ui_manager_android.cc', 1823 'browser/notifications/notification_ui_manager_android.cc',
1824 'browser/notifications/notification_ui_manager_android.h', 1824 'browser/notifications/notification_ui_manager_android.h',
1825 'browser/notifications/platform_notification_service_impl.cc',
1826 'browser/notifications/platform_notification_service_impl.h',
1825 'browser/notifications/profile_notification.cc', 1827 'browser/notifications/profile_notification.cc',
1826 'browser/notifications/profile_notification.h', 1828 'browser/notifications/profile_notification.h',
1827 ], 1829 ],
1828 # Used on non-Android platforms when notifications are enabled. 1830 # Used on non-Android platforms when notifications are enabled.
1829 'chrome_browser_notifications_non_android_sources': [ 1831 'chrome_browser_notifications_non_android_sources': [
1830 'browser/notifications/extension_welcome_notification.cc', 1832 'browser/notifications/extension_welcome_notification.cc',
1831 'browser/notifications/extension_welcome_notification.h', 1833 'browser/notifications/extension_welcome_notification.h',
1832 'browser/notifications/extension_welcome_notification_factory.cc', 1834 'browser/notifications/extension_welcome_notification_factory.cc',
1833 'browser/notifications/extension_welcome_notification_factory.h', 1835 'browser/notifications/extension_welcome_notification_factory.h',
1834 'browser/notifications/fullscreen_notification_blocker.cc', 1836 'browser/notifications/fullscreen_notification_blocker.cc',
(...skipping 1872 matching lines...) Expand 10 before | Expand all | Expand 10 after
3707 'variables': { 3709 'variables': {
3708 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3710 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3709 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3711 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3710 }, 3712 },
3711 'includes': [ '../build/protoc.gypi' ] 3713 'includes': [ '../build/protoc.gypi' ]
3712 }, 3714 },
3713 ], 3715 ],
3714 },], 3716 },],
3715 ], 3717 ],
3716 } 3718 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698