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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1320533007: Componentize ssl_config_service_manager_pref.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 1951 matching lines...) Expand 10 before | Expand all | Expand 10 after
1962 'browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc', 1962 'browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc',
1963 'browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h', 1963 'browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h',
1964 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc', 1964 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc',
1965 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h', 1965 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h',
1966 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc', 1966 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc',
1967 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h', 1967 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h',
1968 'browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.cc', 1968 'browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.cc',
1969 'browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h', 1969 'browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h',
1970 'browser/net/spdyproxy/data_reduction_proxy_settings_android.cc', 1970 'browser/net/spdyproxy/data_reduction_proxy_settings_android.cc',
1971 'browser/net/spdyproxy/data_reduction_proxy_settings_android.h', 1971 'browser/net/spdyproxy/data_reduction_proxy_settings_android.h',
1972 'browser/net/ssl_config_service_manager.h',
1973 'browser/net/ssl_config_service_manager_pref.cc',
1974 'browser/net/timed_cache.cc', 1972 'browser/net/timed_cache.cc',
1975 'browser/net/timed_cache.h', 1973 'browser/net/timed_cache.h',
1976 'browser/net/url_info.cc', 1974 'browser/net/url_info.cc',
1977 'browser/net/url_info.h', 1975 'browser/net/url_info.h',
1978 ], 1976 ],
1979 # Used on all platforms when notifications are enabled. 1977 # Used on all platforms when notifications are enabled.
1980 'chrome_browser_notifications_sources': [ 1978 'chrome_browser_notifications_sources': [
1981 'browser/notifications/desktop_notification_profile_util.cc', 1979 'browser/notifications/desktop_notification_profile_util.cc',
1982 'browser/notifications/desktop_notification_profile_util.h', 1980 'browser/notifications/desktop_notification_profile_util.h',
1983 'browser/notifications/login_state_notification_blocker_chromeos.cc', 1981 'browser/notifications/login_state_notification_blocker_chromeos.cc',
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after
3147 '../components/components.gyp:proxy_config', 3145 '../components/components.gyp:proxy_config',
3148 '../components/components.gyp:query_parser', 3146 '../components/components.gyp:query_parser',
3149 '../components/components.gyp:rappor', 3147 '../components/components.gyp:rappor',
3150 '../components/components.gyp:renderer_context_menu', 3148 '../components/components.gyp:renderer_context_menu',
3151 '../components/components.gyp:search', 3149 '../components/components.gyp:search',
3152 '../components/components.gyp:search_engines', 3150 '../components/components.gyp:search_engines',
3153 '../components/components.gyp:search_provider_logos', 3151 '../components/components.gyp:search_provider_logos',
3154 '../components/components.gyp:security_interstitials_core', 3152 '../components/components.gyp:security_interstitials_core',
3155 '../components/components.gyp:suggestions', 3153 '../components/components.gyp:suggestions',
3156 '../components/components.gyp:signin_core_browser', 3154 '../components/components.gyp:signin_core_browser',
3155 '../components/components.gyp:ssl_config',
droger 2015/09/04 13:54:35 Same here: remove.
Abhishek 2015/09/07 09:18:08 Done.
3157 '../components/components.gyp:startup_metric_utils', 3156 '../components/components.gyp:startup_metric_utils',
3158 '../components/components.gyp:sync_driver', 3157 '../components/components.gyp:sync_driver',
3159 '../components/components.gyp:translate_core_browser', 3158 '../components/components.gyp:translate_core_browser',
3160 '../components/components.gyp:translate_core_common', 3159 '../components/components.gyp:translate_core_common',
3161 '../components/components.gyp:update_client', 3160 '../components/components.gyp:update_client',
3162 '../components/components.gyp:undo_component', 3161 '../components/components.gyp:undo_component',
3163 '../components/components.gyp:user_prefs', 3162 '../components/components.gyp:user_prefs',
3164 '../components/components.gyp:wallpaper', 3163 '../components/components.gyp:wallpaper',
3165 '../components/components_strings.gyp:components_strings', 3164 '../components/components_strings.gyp:components_strings',
3166 # This depends directly on the variations target, rather than just 3165 # This depends directly on the variations target, rather than just
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
3247 '../components/components.gyp:navigation_interception', 3246 '../components/components.gyp:navigation_interception',
3248 '../components/components.gyp:network_hints_common', 3247 '../components/components.gyp:network_hints_common',
3249 '../components/components.gyp:packed_ct_ev_whitelist', 3248 '../components/components.gyp:packed_ct_ev_whitelist',
3250 '../components/components.gyp:password_manager_content_browser', 3249 '../components/components.gyp:password_manager_content_browser',
3251 '../components/components.gyp:password_manager_sync_browser', 3250 '../components/components.gyp:password_manager_sync_browser',
3252 '../components/components.gyp:plugins_common', 3251 '../components/components.gyp:plugins_common',
3253 '../components/components.gyp:power', 3252 '../components/components.gyp:power',
3254 '../components/components.gyp:proxy_config', 3253 '../components/components.gyp:proxy_config',
3255 '../components/components.gyp:safe_json', 3254 '../components/components.gyp:safe_json',
3256 '../components/components.gyp:sessions_content', 3255 '../components/components.gyp:sessions_content',
3256 '../components/components.gyp:ssl_config',
3257 '../components/components.gyp:storage_monitor', 3257 '../components/components.gyp:storage_monitor',
3258 '../components/components.gyp:translate_content_browser', 3258 '../components/components.gyp:translate_content_browser',
3259 '../components/components.gyp:upload_list', 3259 '../components/components.gyp:upload_list',
3260 '../components/components.gyp:url_matcher', 3260 '../components/components.gyp:url_matcher',
3261 '../components/components.gyp:user_prefs_tracked', 3261 '../components/components.gyp:user_prefs_tracked',
3262 '../components/components.gyp:visitedlink_browser', 3262 '../components/components.gyp:visitedlink_browser',
3263 '../components/components.gyp:visitedlink_common', 3263 '../components/components.gyp:visitedlink_common',
3264 '../components/components.gyp:web_cache_browser', 3264 '../components/components.gyp:web_cache_browser',
3265 '../components/components.gyp:web_modal', 3265 '../components/components.gyp:web_modal',
3266 '../components/components.gyp:web_resource', 3266 '../components/components.gyp:web_resource',
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
4120 '../components/components.gyp:omnibox_browser', 4120 '../components/components.gyp:omnibox_browser',
4121 '../components/components.gyp:rlz', 4121 '../components/components.gyp:rlz',
4122 '../components/components.gyp:search_engines', 4122 '../components/components.gyp:search_engines',
4123 '../rlz/rlz.gyp:rlz_lib', 4123 '../rlz/rlz.gyp:rlz_lib',
4124 ], 4124 ],
4125 }, 4125 },
4126 ], 4126 ],
4127 }], 4127 }],
4128 ], 4128 ],
4129 } 4129 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698