Revert "Reland c91b178b07b0d - Delete dead signin code (SigninGlobalError)"
[chromium-blink-merge.git] / components / security_interstitials / core / BUILD.gn
blobd60bad3646cef3be59a89f8717da1fdb4e4d3bb2
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # GYP version: components/security_interstitials.gyp:security_interstitials_core
6 static_library("core") {
7   sources = [
8     "metrics_helper.cc",
9     "metrics_helper.h",
10   ]
12   deps = [
13     "//base",
14     "//components/history/core/browser",
15     "//components/metrics",
16     "//components/rappor",
17     "//net",
18   ]