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

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

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/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",
]
}

Powered by Google App Engine
This is Rietveld 408576698