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

Unified Diff: components/BUILD.gn

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/components.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index f1e32cd1b0d40e192b1e2a3e6884ef127d16d824..5f8951b5538809b7dbcab968244801c8ae9a3ed5 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -121,6 +121,7 @@ group("all_components") {
"//components/security_interstitials/core",
"//components/sessions",
"//components/signin/core/browser",
+ "//components/ssl_config",
"//components/startup_metric_utils",
"//components/sync_driver",
"//components/sync_sessions",
@@ -385,6 +386,7 @@ test("components_unittests") {
"//components/search:unit_tests",
"//components/search_provider_logos:unit_tests",
"//components/signin/core/browser:unit_tests",
+ "//components/ssl_config:unit_tests",
"//components/sync_driver:unit_tests",
"//components/sync_sessions:unit_tests",
"//components/translate/core/browser:unit_tests",
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698