ExtensionInstallDialogView: fix scrolling behavior on Views (Win,Linux)
[chromium-blink-merge.git] / components / precache / content / BUILD.gn
blobf3f7bd9564f05f7fa7f8103541360705a76554d7
1 # Copyright 2014 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 static_library("content") {
6   sources = [
7     "precache_manager.cc",
8     "precache_manager.h",
9   ]
11   configs += [ "//components/precache/core:precache_config" ]
13   deps = [
14     "//base",
15     "//components/precache/core",
16     "//content/public/browser",
17     "//url",
18   ]