chromium/components/security_state/content/BUILD.gn

# Copyright 2016 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

static_library("content") {
  sources = [
    "content_utils.cc",
    "content_utils.h",
    "security_state_tab_helper.cc",
    "security_state_tab_helper.h",
  ]

  public_deps = [ "//components/security_state/core" ]

  deps = [
    "//components/dom_distiller/core",
    "//content/public/browser",
    "//content/public/common",
  ]
}