| Index: components/ukm/BUILD.gn
|
| diff --git a/components/ukm/BUILD.gn b/components/ukm/BUILD.gn
|
| index dc9c405b7579aa0aa44242ad9a54e09b62f3141c..00968d9bd4263aba6fa3e54e29624b3158a6664c 100644
|
| --- a/components/ukm/BUILD.gn
|
| +++ b/components/ukm/BUILD.gn
|
| @@ -37,6 +37,18 @@ static_library("ukm") {
|
| ]
|
| }
|
|
|
| +static_library("debug_page") {
|
| + sources = [
|
| + "debug_page/debug_page.cc",
|
| + "debug_page/debug_page.h",
|
| + ]
|
| +
|
| + deps = [
|
| + "//base",
|
| + "//net",
|
| + ]
|
| +}
|
| +
|
| # Helper library for observing signals that we need to clear any local data.
|
| static_library("observers") {
|
| sources = [
|
|
|