OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |