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

Unified Diff: components/ukm/public/BUILD.gn

Issue 2882353002: Implement Ukm Mojo interface. (Closed)
Patch Set: Fix nits 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
« no previous file with comments | « components/ukm/BUILD.gn ('k') | components/ukm/public/mojo_ukm_recorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ukm/public/BUILD.gn
diff --git a/components/ukm/public/BUILD.gn b/components/ukm/public/BUILD.gn
index 61ae9b511d41248ea0cfc391fcb4faed8206a128..7314f641ffadbf64053a34ffee771e3774541e92 100644
--- a/components/ukm/public/BUILD.gn
+++ b/components/ukm/public/BUILD.gn
@@ -6,6 +6,8 @@ import("//mojo/public/tools/bindings/mojom.gni")
static_library("public") {
sources = [
+ "mojo_ukm_recorder.cc",
+ "mojo_ukm_recorder.h",
"ukm_entry_builder.cc",
"ukm_entry_builder.h",
"ukm_recorder.cc",
« no previous file with comments | « components/ukm/BUILD.gn ('k') | components/ukm/public/mojo_ukm_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698