| 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",
|
|
|