| Index: components/translate/core/common/BUILD.gn
|
| diff --git a/components/translate/core/common/BUILD.gn b/components/translate/core/common/BUILD.gn
|
| index 9cde65af030cc26801e3e9ba2e32ef93587a2945..e4f73c02a45cb40ada9172433b8336bfbad35c82 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",
|
| + ]
|
| +}
|
|
|