summaryrefslogtreecommitdiffstats
path: root/components/security_interstitials
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-11-27 10:38:36 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-27 18:39:39 +0000
commit6315e03b62898b7bb9319c49cdbb1de0c312a9ee (patch)
treebd7677485a7ee0bd4136d3461056191b3875688b /components/security_interstitials
parent0b2cd651ddd37de8a4072efd022681faeb5394de (diff)
downloadchromium_src-6315e03b62898b7bb9319c49cdbb1de0c312a9ee.zip
chromium_src-6315e03b62898b7bb9319c49cdbb1de0c312a9ee.tar.gz
chromium_src-6315e03b62898b7bb9319c49cdbb1de0c312a9ee.tar.bz2
Add more components to "gn check"
omnibox search_engines search_provider_logos security_interstitials service_tab_launcher session_manager sessions signin ssl_config ssl_errors This also moves net/test/test_certificate_data.h from net_unittests to net_test_support in both the GYP and the GN builds, because it is being used in a bunch of places outside of net. TBR=dpranke (random GN) TBR=bnc (net) Review URL: https://codereview.chromium.org/1479093002 Cr-Commit-Position: refs/heads/master@{#362027}
Diffstat (limited to 'components/security_interstitials')
-rw-r--r--components/security_interstitials/core/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/security_interstitials/core/BUILD.gn b/components/security_interstitials/core/BUILD.gn
index a9c0c81..fc9f6a3 100644
--- a/components/security_interstitials/core/BUILD.gn
+++ b/components/security_interstitials/core/BUILD.gn
@@ -13,6 +13,7 @@ static_library("core") {
deps = [
"//base",
+ "//base:prefs",
"//components/google/core/browser",
"//components/history/core/browser",
"//components/metrics",