Index: components/metrics/BUILD.gn |
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn |
index 3a5fd4d5ffd57d67edb25aadf3fa0fbc12747a9e..4796d5ce80b1dcf2ec74d2be84fa39f53ed472ee 100644 |
--- a/components/metrics/BUILD.gn |
+++ b/components/metrics/BUILD.gn |
@@ -208,10 +208,5 @@ |
"//content/public/common", |
"//testing/gtest", |
] |
- |
- if (is_linux) { |
- sources += [ "serialization/serialization_utils_unittest.cc" ] |
- deps += [ ":serialization" ] |
- } |
} |
# TODO(GYP): metrics_chromeos |