| Index: components/metrics/BUILD.gn
|
| diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
|
| index 7fc0934af87e331d8a95b3f0a6c0b9ac1b1528ea..bdda339d9a547b4bd914136ddf6c611bd3d9fc98 100644
|
| --- a/components/metrics/BUILD.gn
|
| +++ b/components/metrics/BUILD.gn
|
| @@ -14,7 +14,7 @@ if (metrics_use_blimp) {
|
| }
|
|
|
| # GYP version: components/metrics.gypi:metrics
|
| -source_set("metrics") {
|
| +static_library("metrics") {
|
| sources = [
|
| "call_stack_profile_metrics_provider.cc",
|
| "call_stack_profile_metrics_provider.h",
|
|
|