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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1441143006: Disable Notifications in Incognito (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@innoinherit
Patch Set: Address nits Created 5 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
« no previous file with comments | « chrome/browser/ui/views/website_settings/website_settings_popup_view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2008 matching lines...) Expand 10 before | Expand all | Expand 10 after
2019 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h', 2019 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h',
2020 'browser/net/timed_cache.cc', 2020 'browser/net/timed_cache.cc',
2021 'browser/net/timed_cache.h', 2021 'browser/net/timed_cache.h',
2022 'browser/net/url_info.cc', 2022 'browser/net/url_info.cc',
2023 'browser/net/url_info.h', 2023 'browser/net/url_info.h',
2024 ], 2024 ],
2025 # Used on all platforms when notifications are enabled. 2025 # Used on all platforms when notifications are enabled.
2026 'chrome_browser_notifications_sources': [ 2026 'chrome_browser_notifications_sources': [
2027 'browser/notifications/desktop_notification_profile_util.cc', 2027 'browser/notifications/desktop_notification_profile_util.cc',
2028 'browser/notifications/desktop_notification_profile_util.h', 2028 'browser/notifications/desktop_notification_profile_util.h',
2029 'browser/notifications/incognito_denied_infobar_delegate.cc',
2030 'browser/notifications/incognito_denied_infobar_delegate.h',
2029 'browser/notifications/login_state_notification_blocker_chromeos.cc', 2031 'browser/notifications/login_state_notification_blocker_chromeos.cc',
2030 'browser/notifications/login_state_notification_blocker_chromeos.h', 2032 'browser/notifications/login_state_notification_blocker_chromeos.h',
2031 'browser/notifications/notification.cc', 2033 'browser/notifications/notification.cc',
2032 'browser/notifications/notification.h', 2034 'browser/notifications/notification.h',
2033 'browser/notifications/notification_delegate.h', 2035 'browser/notifications/notification_delegate.h',
2034 'browser/notifications/notification_object_proxy.cc', 2036 'browser/notifications/notification_object_proxy.cc',
2035 'browser/notifications/notification_object_proxy.h', 2037 'browser/notifications/notification_object_proxy.h',
2036 'browser/notifications/notification_permission_context.cc', 2038 'browser/notifications/notification_permission_context.cc',
2037 'browser/notifications/notification_permission_context.h', 2039 'browser/notifications/notification_permission_context.h',
2038 'browser/notifications/notification_permission_context_factory.cc', 2040 'browser/notifications/notification_permission_context_factory.cc',
(...skipping 2102 matching lines...) Expand 10 before | Expand all | Expand 10 after
4141 '../components/components.gyp:omnibox_browser', 4143 '../components/components.gyp:omnibox_browser',
4142 '../components/components.gyp:rlz', 4144 '../components/components.gyp:rlz',
4143 '../components/components.gyp:search_engines', 4145 '../components/components.gyp:search_engines',
4144 '../rlz/rlz.gyp:rlz_lib', 4146 '../rlz/rlz.gyp:rlz_lib',
4145 ], 4147 ],
4146 }, 4148 },
4147 ], 4149 ],
4148 }], 4150 }],
4149 ], 4151 ],
4150 } 4152 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/website_settings/website_settings_popup_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698