# Copyright 2014 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("test_support") {
testonly = true
sources = [
"content_settings_mock_provider.cc",
"content_settings_mock_provider.h",
"content_settings_test_utils.cc",
"content_settings_test_utils.h",
]
public_deps = [
"//components/content_settings/core/browser",
"//components/content_settings/core/browser:cookie_settings",
]
deps = [
"//base",
"//components/content_settings/core/common",
"//testing/gmock",
"//testing/gtest",
]
}