summaryrefslogtreecommitdiff
path: root/chromium/components/ukm/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/ukm/BUILD.gn')
-rw-r--r--chromium/components/ukm/BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/components/ukm/BUILD.gn b/chromium/components/ukm/BUILD.gn
index 1a7343b89f6..278cd3f0648 100644
--- a/chromium/components/ukm/BUILD.gn
+++ b/chromium/components/ukm/BUILD.gn
@@ -11,6 +11,8 @@ static_library("ukm") {
sources = [
"app_source_url_recorder.cc",
"app_source_url_recorder.h",
+ "field_trials_provider_helper.cc",
+ "field_trials_provider_helper.h",
"scheme_constants.cc",
"scheme_constants.h",
"ukm_entry_filter.h",
@@ -134,6 +136,5 @@ static_library("ukm_test_helper") {
"//components/metrics",
"//services/metrics/public/cpp:metrics_cpp",
"//third_party/metrics_proto",
- "//third_party/zlib/google:compression_utils",
]
}