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

Unified Diff: components/network_time/BUILD.gn

Issue 1307763004: Sync remaining components_unittests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn check Created 5 years, 4 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
Index: components/network_time/BUILD.gn
diff --git a/components/network_time/BUILD.gn b/components/network_time/BUILD.gn
index a14e9990ed4dc11bf2ca9ad8712fe1d64fa0c6b4..ac490a8213998d2219c88e98a9ef3774c1fc7e73 100644
--- a/components/network_time/BUILD.gn
+++ b/components/network_time/BUILD.gn
@@ -14,3 +14,14 @@ static_library("network_time") {
"//base",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "network_time_tracker_unittest.cc",
+ ]
+ deps = [
+ ":network_time",
+ "//testing/gtest",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698