| Index: components/navigation_metrics/BUILD.gn
|
| diff --git a/components/navigation_metrics/BUILD.gn b/components/navigation_metrics/BUILD.gn
|
| index df986e8a8f26a415933e16b963c0cd86fe18b52a..231ff611a2d35d2d5d8a48371c0957792ef1c5bb 100644
|
| --- a/components/navigation_metrics/BUILD.gn
|
| +++ b/components/navigation_metrics/BUILD.gn
|
| @@ -16,3 +16,16 @@ static_library("navigation_metrics") {
|
| "//url",
|
| ]
|
| }
|
| +
|
| +source_set("unit_tests") {
|
| + testonly = true
|
| + sources = [
|
| + "navigation_metrics_unittest.cc",
|
| + ]
|
| + deps = [
|
| + ":navigation_metrics",
|
| + "//base/test:test_support",
|
| + "//testing/gtest",
|
| + "//url",
|
| + ]
|
| +}
|
|
|