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

Unified Diff: components/security_state/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/search_provider_logos/BUILD.gn ('k') | components/signin/core/account_id/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_state/BUILD.gn
diff --git a/components/security_state/BUILD.gn b/components/security_state/BUILD.gn
index 4d2823b8e315b6c6ce06ef13c378a49e8c07248e..e8501903da40be12cc8556a89abc012cdd83cb6b 100644
--- a/components/security_state/BUILD.gn
+++ b/components/security_state/BUILD.gn
@@ -8,7 +8,7 @@ if (is_android) {
}
# GYP version: components/security_state.gyp
-source_set("security_state") {
+static_library("security_state") {
sources = [
"security_state_model.cc",
"security_state_model.h",
« no previous file with comments | « components/search_provider_logos/BUILD.gn ('k') | components/signin/core/account_id/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698