Mark two tests as flaky.
[chromium-blink-merge.git] / components / browsing_data / BUILD.gn
blobe8af5b63d9ba0d91952ad2aad3213f762da749d7
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"
7   sources = [
8     "storage_partition_http_cache_data_remover.cc",
9     "storage_partition_http_cache_data_remover.h",
10   ]
12   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
14   deps = [
15     "//base",
16     "//content/public/browser",
17     "//net",
18   ]