Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: components/ukm/BUILD.gn

Issue 2858683006: UKM debug page (Closed)
Patch Set: UKM debug page Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [

Powered by Google App Engine
This is Rietveld 408576698