Index: components/security_interstitials/core/BUILD.gn |
diff --git a/components/security_interstitials/core/BUILD.gn b/components/security_interstitials/core/BUILD.gn |
index d60bad3646cef3be59a89f8717da1fdb4e4d3bb2..a9c0c81c87bd2b81496f471bed9cefa3d0a92de9 100644 |
--- a/components/security_interstitials/core/BUILD.gn |
+++ b/components/security_interstitials/core/BUILD.gn |
@@ -5,15 +5,20 @@ |
# GYP version: components/security_interstitials.gyp:security_interstitials_core |
static_library("core") { |
sources = [ |
+ "controller_client.cc", |
+ "controller_client.h", |
"metrics_helper.cc", |
"metrics_helper.h", |
] |
deps = [ |
"//base", |
+ "//components/google/core/browser", |
"//components/history/core/browser", |
"//components/metrics", |
"//components/rappor", |
+ "//components/strings", |
"//net", |
+ "//ui/base", |
] |
} |