summaryrefslogtreecommitdiffstats
path: root/components/history/content/browser/BUILD.gn
blob: 22f91b5e1bfebd694d2308b78a0f3bdf8625e402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

static_library("browser") {
  sources = [
    "content_visit_delegate.cc",
    "content_visit_delegate.h",
    "download_constants_utils.cc",
    "download_constants_utils.h",
    "history_context_helper.cc",
    "history_context_helper.h",
    "history_database_helper.cc",
    "history_database_helper.h",
  ]

  deps = [
    "//base",
    "//components/history/core/browser",
    "//components/visitedlink/browser",
    "//content/public/browser",
  ]
}