| Index: base/metrics/BUILD.gn
|
| diff --git a/base/metrics/BUILD.gn b/base/metrics/BUILD.gn
|
| index 94bfb6c34da7a3b57e38eb1dd4121c329e7ef2cf..0154cfa31533d1ba3c3b3740a166e0e9f3ee7b2d 100644
|
| --- a/base/metrics/BUILD.gn
|
| +++ b/base/metrics/BUILD.gn
|
| @@ -39,9 +39,13 @@ source_set("metrics") {
|
| "//base/debug",
|
| "//base/json",
|
| "//base/memory",
|
| + "//base/process",
|
| ]
|
|
|
| - allow_circular_includes_from = [ "//base/memory" ]
|
| + allow_circular_includes_from = [
|
| + "//base/memory",
|
| + "//base/process",
|
| + ]
|
|
|
| visibility = [ "//base/*" ]
|
| }
|
|
|