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

Unified Diff: components/security_interstitials/core/BUILD.gn

Issue 1481213003: Componentize the bad clock blocking page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change for pkasting Created 5 years 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/DEPS ('k') | components/security_interstitials/core/bad_clock_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_interstitials/core/BUILD.gn
diff --git a/components/security_interstitials/core/BUILD.gn b/components/security_interstitials/core/BUILD.gn
index fc9f6a35e8c8672532773bd0ca834973548b3985..797bfd6eb3ea3f2b3651002bd28624d898c86b4b 100644
--- a/components/security_interstitials/core/BUILD.gn
+++ b/components/security_interstitials/core/BUILD.gn
@@ -5,6 +5,10 @@
# GYP version: components/security_interstitials.gyp:security_interstitials_core
static_library("core") {
sources = [
+ "bad_clock_ui.cc",
+ "bad_clock_ui.h",
+ "common_string_util.cc",
+ "common_string_util.h",
"controller_client.cc",
"controller_client.h",
"metrics_helper.cc",
@@ -13,12 +17,15 @@ static_library("core") {
deps = [
"//base",
+ "//base:i18n",
"//base:prefs",
"//components/google/core/browser",
"//components/history/core/browser",
"//components/metrics",
"//components/rappor",
+ "//components/ssl_errors",
"//components/strings",
+ "//components/url_formatter",
"//net",
"//ui/base",
]
« no previous file with comments | « components/security_interstitials/DEPS ('k') | components/security_interstitials/core/bad_clock_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698