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

Unified Diff: components/ukm/BUILD.gn

Issue 2617883004: Initial UKMPageLoadMetricsObserver (Closed)
Patch Set: WIP Created 3 years, 11 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 0a49f89529e1fc91049ad7d95105a90c75802eb6..449cc678138e69be3e761021b629dc973bf103ea 100644
--- a/components/ukm/BUILD.gn
+++ b/components/ukm/BUILD.gn
@@ -12,6 +12,8 @@ static_library("ukm") {
"ukm_pref_names.h",
"ukm_service.cc",
"ukm_service.h",
+ "ukm_source.cc",
+ "ukm_source.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698