| Index: components/metrics/BUILD.gn
|
| diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
|
| index 4796d5ce80b1dcf2ec74d2be84fa39f53ed472ee..3a5fd4d5ffd57d67edb25aadf3fa0fbc12747a9e 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
|
|
|