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

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: Clean up DecidePermission override, and prevent Page Info Bubble enabling permission. 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
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 1999 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 'browser/net/spdyproxy/data_reduction_proxy_settings_android.h', 2010 'browser/net/spdyproxy/data_reduction_proxy_settings_android.h',
2011 'browser/net/timed_cache.cc', 2011 'browser/net/timed_cache.cc',
2012 'browser/net/timed_cache.h', 2012 'browser/net/timed_cache.h',
2013 'browser/net/url_info.cc', 2013 'browser/net/url_info.cc',
2014 'browser/net/url_info.h', 2014 'browser/net/url_info.h',
2015 ], 2015 ],
2016 # Used on all platforms when notifications are enabled. 2016 # Used on all platforms when notifications are enabled.
2017 'chrome_browser_notifications_sources': [ 2017 'chrome_browser_notifications_sources': [
2018 'browser/notifications/desktop_notification_profile_util.cc', 2018 'browser/notifications/desktop_notification_profile_util.cc',
2019 'browser/notifications/desktop_notification_profile_util.h', 2019 'browser/notifications/desktop_notification_profile_util.h',
2020 'browser/notifications/incognito_denied_infobar_delegate.cc',
2021 'browser/notifications/incognito_denied_infobar_delegate.h',
2020 'browser/notifications/login_state_notification_blocker_chromeos.cc', 2022 'browser/notifications/login_state_notification_blocker_chromeos.cc',
2021 'browser/notifications/login_state_notification_blocker_chromeos.h', 2023 'browser/notifications/login_state_notification_blocker_chromeos.h',
2022 'browser/notifications/notification.cc', 2024 'browser/notifications/notification.cc',
2023 'browser/notifications/notification.h', 2025 'browser/notifications/notification.h',
2024 'browser/notifications/notification_delegate.h', 2026 'browser/notifications/notification_delegate.h',
2025 'browser/notifications/notification_object_proxy.cc', 2027 'browser/notifications/notification_object_proxy.cc',
2026 'browser/notifications/notification_object_proxy.h', 2028 'browser/notifications/notification_object_proxy.h',
2027 'browser/notifications/notification_permission_context.cc', 2029 'browser/notifications/notification_permission_context.cc',
2028 'browser/notifications/notification_permission_context.h', 2030 'browser/notifications/notification_permission_context.h',
2029 'browser/notifications/notification_permission_context_factory.cc', 2031 'browser/notifications/notification_permission_context_factory.cc',
(...skipping 2075 matching lines...) Expand 10 before | Expand all | Expand 10 after
4105 '../components/components.gyp:omnibox_browser', 4107 '../components/components.gyp:omnibox_browser',
4106 '../components/components.gyp:rlz', 4108 '../components/components.gyp:rlz',
4107 '../components/components.gyp:search_engines', 4109 '../components/components.gyp:search_engines',
4108 '../rlz/rlz.gyp:rlz_lib', 4110 '../rlz/rlz.gyp:rlz_lib',
4109 ], 4111 ],
4110 }, 4112 },
4111 ], 4113 ],
4112 }], 4114 }],
4113 ], 4115 ],
4114 } 4116 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698