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