| Index: components/metrics/BUILD.gn
|
| diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
|
| index 0dcac70705729fedcc370f1516c5bea1b04ce63e..27759813c35996c12c88390f36331de43fcfe024 100644
|
| --- a/components/metrics/BUILD.gn
|
| +++ b/components/metrics/BUILD.gn
|
| @@ -271,9 +271,12 @@ static_library("single_sample_metrics") {
|
|
|
| source_set("call_stack_profile_params") {
|
| sources = [
|
| - "call_stack_profile_params.cc",
|
| "call_stack_profile_params.h",
|
| ]
|
| +
|
| + deps = [
|
| + "//base:base",
|
| + ]
|
| }
|
|
|
| source_set("call_stacks") {
|
|
|