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

Unified Diff: components/security_interstitials.gypi

Issue 1462353002: Create security_interstitials::ControllerClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits for estark Created 5 years, 1 month 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/security_interstitials.gypi
diff --git a/components/security_interstitials.gypi b/components/security_interstitials.gypi
index 3092d03cd71ca5777523617624947c7012bfea9e..ba336afd84a19e97de3b9d3d6a85dae862a99c9b 100644
--- a/components/security_interstitials.gypi
+++ b/components/security_interstitials.gypi
@@ -11,6 +11,9 @@
'dependencies': [
'../base/base.gyp:base',
'../net/net.gyp:net',
+ '../ui/base/ui_base.gyp:ui_base',
+ 'components_strings.gyp:components_strings',
+ 'google_core_browser',
'history_core_browser',
'metrics',
'rappor',
@@ -20,6 +23,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'security_interstitials/core/controller_client.cc',
+ 'security_interstitials/core/controller_client.h',
'security_interstitials/core/metrics_helper.cc',
'security_interstitials/core/metrics_helper.h',
]

Powered by Google App Engine
This is Rietveld 408576698