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

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: Resolve -Wnewline-eof mac_chromium bot failure Created 5 years, 2 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
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | 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 1955 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 'browser/net/service_providers_win.cc', 1966 'browser/net/service_providers_win.cc',
1967 'browser/net/service_providers_win.h', 1967 'browser/net/service_providers_win.h',
1968 'browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc', 1968 'browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc',
1969 'browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h', 1969 'browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h',
1970 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc', 1970 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc',
1971 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h', 1971 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h',
1972 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc', 1972 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc',
1973 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h', 1973 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h',
1974 'browser/net/spdyproxy/data_reduction_proxy_settings_android.cc', 1974 'browser/net/spdyproxy/data_reduction_proxy_settings_android.cc',
1975 'browser/net/spdyproxy/data_reduction_proxy_settings_android.h', 1975 'browser/net/spdyproxy/data_reduction_proxy_settings_android.h',
1976 'browser/net/ssl_config_service_manager.h',
1977 'browser/net/ssl_config_service_manager_pref.cc',
1978 'browser/net/timed_cache.cc', 1976 'browser/net/timed_cache.cc',
1979 'browser/net/timed_cache.h', 1977 'browser/net/timed_cache.h',
1980 'browser/net/url_info.cc', 1978 'browser/net/url_info.cc',
1981 'browser/net/url_info.h', 1979 'browser/net/url_info.h',
1982 ], 1980 ],
1983 # Used on all platforms when notifications are enabled. 1981 # Used on all platforms when notifications are enabled.
1984 'chrome_browser_notifications_sources': [ 1982 'chrome_browser_notifications_sources': [
1985 'browser/notifications/desktop_notification_profile_util.cc', 1983 'browser/notifications/desktop_notification_profile_util.cc',
1986 'browser/notifications/desktop_notification_profile_util.h', 1984 'browser/notifications/desktop_notification_profile_util.h',
1987 'browser/notifications/login_state_notification_blocker_chromeos.cc', 1985 'browser/notifications/login_state_notification_blocker_chromeos.cc',
(...skipping 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after
3238 '../components/components.gyp:net_log', 3236 '../components/components.gyp:net_log',
3239 '../components/components.gyp:packed_ct_ev_whitelist', 3237 '../components/components.gyp:packed_ct_ev_whitelist',
3240 '../components/components.gyp:password_manager_content_browser', 3238 '../components/components.gyp:password_manager_content_browser',
3241 '../components/components.gyp:password_manager_sync_browser', 3239 '../components/components.gyp:password_manager_sync_browser',
3242 '../components/components.gyp:plugins_common', 3240 '../components/components.gyp:plugins_common',
3243 '../components/components.gyp:power', 3241 '../components/components.gyp:power',
3244 '../components/components.gyp:proxy_config', 3242 '../components/components.gyp:proxy_config',
3245 '../components/components.gyp:safe_json', 3243 '../components/components.gyp:safe_json',
3246 '../components/components.gyp:sessions_content', 3244 '../components/components.gyp:sessions_content',
3247 '../components/components.gyp:storage_monitor', 3245 '../components/components.gyp:storage_monitor',
3246 '../components/components.gyp:ssl_config',
3248 '../components/components.gyp:syncable_prefs', 3247 '../components/components.gyp:syncable_prefs',
3249 '../components/components.gyp:translate_content_browser', 3248 '../components/components.gyp:translate_content_browser',
3250 '../components/components.gyp:upload_list', 3249 '../components/components.gyp:upload_list',
3251 '../components/components.gyp:url_matcher', 3250 '../components/components.gyp:url_matcher',
3252 '../components/components.gyp:user_prefs_tracked', 3251 '../components/components.gyp:user_prefs_tracked',
3253 '../components/components.gyp:visitedlink_browser', 3252 '../components/components.gyp:visitedlink_browser',
3254 '../components/components.gyp:visitedlink_common', 3253 '../components/components.gyp:visitedlink_common',
3255 '../components/components.gyp:web_cache_browser', 3254 '../components/components.gyp:web_cache_browser',
3256 '../components/components.gyp:web_modal', 3255 '../components/components.gyp:web_modal',
3257 '../components/components.gyp:web_resource', 3256 '../components/components.gyp:web_resource',
(...skipping 864 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/profiles/profile_impl.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698