blob: 4ef24cd8dc8cbb6ece898f0bd63367a2d3500435 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/jumbo.gni")
jumbo_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",
]
deps = [
"//base",
"//components/content_settings/core/common",
"//testing/gmock",
"//testing/gtest",
]
}