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

Unified Diff: components/ssl_config/BUILD.gn

Issue 2170813003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac Created 4 years, 5 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 | « components/signin/core/common/BUILD.gn ('k') | components/ssl_errors/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ssl_config/BUILD.gn
diff --git a/components/ssl_config/BUILD.gn b/components/ssl_config/BUILD.gn
index babcc5cb0bdd0b745279b55714303b0db891ac58..54dd47e24e70b7eaccf291d17f003dd8f3bf6860 100644
--- a/components/ssl_config/BUILD.gn
+++ b/components/ssl_config/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
# GYP version: components/ssl_config.gypi:ssl_config
-source_set("ssl_config") {
+static_library("ssl_config") {
sources = [
"ssl_config_prefs.cc",
"ssl_config_prefs.h",
« no previous file with comments | « components/signin/core/common/BUILD.gn ('k') | components/ssl_errors/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698