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

Unified Diff: components/metrics/BUILD.gn

Issue 2161363005: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/memory_pressure/BUILD.gn ('k') | components/metrics_services_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 9d7a2afc3bc6d5a7f0e33d980b12286529dcad84..033bdd796fbb90a0884a30639e414a5526b8bfe7 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -111,7 +111,7 @@ static_library("metrics") {
if (!is_ios) {
# GYP version: components/metrics.gypi:metrics_gpu
- source_set("gpu") {
+ static_library("gpu") {
sources = [
"gpu/gpu_metrics_provider.cc",
"gpu/gpu_metrics_provider.h",
@@ -217,7 +217,7 @@ static_library("profiler") {
}
# GYP version: components/metrics.gypi:metrics_ui
-source_set("ui") {
+static_library("ui") {
sources = [
"ui/screen_info_metrics_provider.cc",
"ui/screen_info_metrics_provider.h",
« no previous file with comments | « components/memory_pressure/BUILD.gn ('k') | components/metrics_services_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698