diff options
Diffstat (limited to 'components/translate/core/common/BUILD.gn')
-rw-r--r-- | components/translate/core/common/BUILD.gn | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/components/translate/core/common/BUILD.gn b/components/translate/core/common/BUILD.gn index e4f73c02..9cde65a 100644 --- a/components/translate/core/common/BUILD.gn +++ b/components/translate/core/common/BUILD.gn @@ -24,15 +24,3 @@ source_set("common") { "//url", ] } - -source_set("unit_tests") { - testonly = true - sources = [ - "translate_metrics_unittest.cc", - "translate_util_unittest.cc", - ] - deps = [ - ":common", - "//testing/gtest", - ] -} |