# Copyright 2017 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 = [
"mock_filtered_offline_item_observer.cc",
"mock_filtered_offline_item_observer.h",
"mock_offline_content_provider.cc",
"mock_offline_content_provider.h",
"offline_item_test_support.cc",
"scoped_mock_offline_content_provider.cc",
"scoped_mock_offline_content_provider.h",
]
public_deps = [
"//base",
"//components/offline_items_collection/core",
"//testing/gmock",
"//testing/gtest",
]
}