summaryrefslogtreecommitdiff
path: root/chromium/components/browsing_data/content/BUILD.gn
blob: dc5b1bd505d592a5128cdf6fa3631fc310f0ebf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2016 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("content") {
  sources = [
    "conditional_cache_counting_helper.cc",
    "conditional_cache_counting_helper.h",
  ]

  configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]

  deps = [
    "//base",
    "//content/public/browser",
    "//net",
  ]
}