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

Unified Diff: components/startup_metric_utils/browser/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/ssl_errors/BUILD.gn ('k') | components/subresource_filter/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/startup_metric_utils/browser/BUILD.gn
diff --git a/components/startup_metric_utils/browser/BUILD.gn b/components/startup_metric_utils/browser/BUILD.gn
index cd407610db9987f9c40535d8942cbd3702d2914b..2f9f4176f9e2a2fa52e355f2109c3984db2b0bf2 100644
--- a/components/startup_metric_utils/browser/BUILD.gn
+++ b/components/startup_metric_utils/browser/BUILD.gn
@@ -15,7 +15,7 @@ group("browser") {
]
}
-source_set("lib") {
+static_library("lib") {
sources = [
"pref_names.cc",
"pref_names.h",
@@ -30,7 +30,7 @@ source_set("lib") {
]
}
-source_set("host") {
+static_library("host") {
sources = [
"startup_metric_host_impl.cc",
"startup_metric_host_impl.h",
« no previous file with comments | « components/ssl_errors/BUILD.gn ('k') | components/subresource_filter/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698