1 # Copyright 2015 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("browsing_data") {
6 output_name = "browsing_data"
8 "storage_partition_http_cache_data_remover.cc",
9 "storage_partition_http_cache_data_remover.h",
12 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
16 "//content/public/browser",