summaryrefslogtreecommitdiffstats
path: root/components/metrics/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'components/metrics/BUILD.gn')
-rw-r--r--components/metrics/BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 4796d5c..3a5fd4d 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -208,5 +208,10 @@ source_set("unit_tests") {
"//content/public/common",
"//testing/gtest",
]
+
+ if (is_linux) {
+ sources += [ "serialization/serialization_utils_unittest.cc" ]
+ deps += [ ":serialization" ]
+ }
}
# TODO(GYP): metrics_chromeos