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

Unified Diff: components/network_time/BUILD.gn

Issue 1835823002: network_time_tracker: add temporary time protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lint Created 4 years, 7 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/client_update_protocol/ecdsa_unittest.cc ('k') | components/network_time/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/network_time/BUILD.gn
diff --git a/components/network_time/BUILD.gn b/components/network_time/BUILD.gn
index 15d67a5fa9bf7d1c1e9b6ccce3487ef6d4b86f94..5bb5fb7b4977d51f75b7538aa1fe1bbf2c3e65b1 100644
--- a/components/network_time/BUILD.gn
+++ b/components/network_time/BUILD.gn
@@ -13,7 +13,9 @@ static_library("network_time") {
deps = [
"//base",
"//base:i18n",
+ "//components/client_update_protocol",
"//components/prefs",
+ "//net",
]
}
@@ -27,7 +29,10 @@ source_set("unit_tests") {
":network_time",
"//base",
"//base/test:test_support",
+ "//components/client_update_protocol",
"//components/prefs:test_support",
+ "//net",
+ "//net:test_support",
"//testing/gtest",
]
}
« no previous file with comments | « components/client_update_protocol/ecdsa_unittest.cc ('k') | components/network_time/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698