Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(508)

Unified Diff: components/navigation_metrics/BUILD.gn

Issue 2713273002: Increase test coverage for Navigation.MainFrameSchemeDifferentPage (Closed)
Patch Set: Increase test coverage for Navigation.MainFrameSchemeDifferentPage Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/BUILD.gn ('k') | components/navigation_metrics/navigation_metrics_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
+}
« no previous file with comments | « components/BUILD.gn ('k') | components/navigation_metrics/navigation_metrics_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698