blob: eb975dc8f5682476ea0f6c49f3b3712dc299f00c [file] [log] [blame]
# 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.
source_set("test_support") {
testonly = true
visibility = [ "//components/feature_engagement/internal:unit_tests" ]
sources = [
"event_util.cc",
"event_util.h",
"test_time_provider.cc",
"test_time_provider.h",
]
deps = [
"//components/feature_engagement/internal",
"//components/feature_engagement/internal/proto",
"//testing/gtest",
]
}