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("browser") {
6 output_name = "web_cache_browser"
8 "web_cache_manager.cc",
12 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
17 "//components/web_cache/common",
18 "//content/public/browser",
19 "//third_party/WebKit/public:blink",