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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1334363002: [Eraser] First pass at removing the notification center panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: peter comments Created 5 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 1970 matching lines...) Expand 10 before | Expand all | Expand 10 after
1981 'browser/net/timed_cache.h', 1981 'browser/net/timed_cache.h',
1982 'browser/net/url_info.cc', 1982 'browser/net/url_info.cc',
1983 'browser/net/url_info.h', 1983 'browser/net/url_info.h',
1984 ], 1984 ],
1985 # Used on all platforms when notifications are enabled. 1985 # Used on all platforms when notifications are enabled.
1986 'chrome_browser_notifications_sources': [ 1986 'chrome_browser_notifications_sources': [
1987 'browser/notifications/desktop_notification_profile_util.cc', 1987 'browser/notifications/desktop_notification_profile_util.cc',
1988 'browser/notifications/desktop_notification_profile_util.h', 1988 'browser/notifications/desktop_notification_profile_util.h',
1989 'browser/notifications/login_state_notification_blocker_chromeos.cc', 1989 'browser/notifications/login_state_notification_blocker_chromeos.cc',
1990 'browser/notifications/login_state_notification_blocker_chromeos.h', 1990 'browser/notifications/login_state_notification_blocker_chromeos.h',
1991 'browser/notifications/message_center_notification_manager_win.cc',
1992 'browser/notifications/notification.cc', 1991 'browser/notifications/notification.cc',
1993 'browser/notifications/notification.h', 1992 'browser/notifications/notification.h',
1994 'browser/notifications/notification_delegate.h', 1993 'browser/notifications/notification_delegate.h',
1995 'browser/notifications/notification_object_proxy.cc', 1994 'browser/notifications/notification_object_proxy.cc',
1996 'browser/notifications/notification_object_proxy.h', 1995 'browser/notifications/notification_object_proxy.h',
1997 'browser/notifications/notification_permission_context.cc', 1996 'browser/notifications/notification_permission_context.cc',
1998 'browser/notifications/notification_permission_context.h', 1997 'browser/notifications/notification_permission_context.h',
1999 'browser/notifications/notification_permission_context_factory.cc', 1998 'browser/notifications/notification_permission_context_factory.cc',
2000 'browser/notifications/notification_permission_context_factory.h', 1999 'browser/notifications/notification_permission_context_factory.h',
2001 'browser/notifications/notification_permission_infobar_delegate.cc', 2000 'browser/notifications/notification_permission_infobar_delegate.cc',
(...skipping 2120 matching lines...) Expand 10 before | Expand all | Expand 10 after
4122 '../components/components.gyp:omnibox_browser', 4121 '../components/components.gyp:omnibox_browser',
4123 '../components/components.gyp:rlz', 4122 '../components/components.gyp:rlz',
4124 '../components/components.gyp:search_engines', 4123 '../components/components.gyp:search_engines',
4125 '../rlz/rlz.gyp:rlz_lib', 4124 '../rlz/rlz.gyp:rlz_lib',
4126 ], 4125 ],
4127 }, 4126 },
4128 ], 4127 ],
4129 }], 4128 }],
4130 ], 4129 ],
4131 } 4130 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/message_center/web_notification_tray_win.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698