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

Unified Diff: components/ssl_errors/BUILD.gn

Issue 1772143002: Use network time for bad clock interstitial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pass "gn check out/Default" Created 4 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/security_interstitials/core/bad_clock_ui.cc ('k') | components/ssl_errors/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ssl_errors/BUILD.gn
diff --git a/components/ssl_errors/BUILD.gn b/components/ssl_errors/BUILD.gn
index 443f7e7a6d760d8718b330fb68d662ba4eb0001c..dd4894c5a9a0530b0b03caa40399d9d05c843ae7 100644
--- a/components/ssl_errors/BUILD.gn
+++ b/components/ssl_errors/BUILD.gn
@@ -14,6 +14,7 @@ source_set("ssl_errors") {
deps = [
"//base",
"//base:i18n",
+ "//components/network_time",
"//components/strings",
"//components/url_formatter",
"//net",
@@ -30,6 +31,8 @@ source_set("unit_tests") {
deps = [
":ssl_errors",
"//base",
+ "//components/network_time",
+ "//components/prefs:test_support",
"//net:test_support",
"//testing/gtest",
]
« no previous file with comments | « components/security_interstitials/core/bad_clock_ui.cc ('k') | components/ssl_errors/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698