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

Unified Diff: components/security_interstitials.gypi

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 | « chrome/browser/ssl/ssl_blocking_page.h ('k') | components/security_interstitials/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_interstitials.gypi
diff --git a/components/security_interstitials.gypi b/components/security_interstitials.gypi
index ba336afd84a19e97de3b9d3d6a85dae862a99c9b..583e5b028bd37d0a1cd03c7af7667f9f7c34832b 100644
--- a/components/security_interstitials.gypi
+++ b/components/security_interstitials.gypi
@@ -10,6 +10,7 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_i18n',
'../net/net.gyp:net',
'../ui/base/ui_base.gyp:ui_base',
'components_strings.gyp:components_strings',
@@ -17,12 +18,18 @@
'history_core_browser',
'metrics',
'rappor',
+ 'ssl_errors',
+ 'url_formatter/url_formatter.gyp:url_formatter'
],
'include_dirs': [
'..',
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'security_interstitials/core/bad_clock_ui.cc',
+ 'security_interstitials/core/bad_clock_ui.h',
+ 'security_interstitials/core/common_string_util.cc',
+ 'security_interstitials/core/common_string_util.h',
'security_interstitials/core/controller_client.cc',
'security_interstitials/core/controller_client.h',
'security_interstitials/core/metrics_helper.cc',
« no previous file with comments | « chrome/browser/ssl/ssl_blocking_page.h ('k') | components/security_interstitials/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698