blob: c41a9476d29bf86c01f53599a5dee692cadd3370 [file] [log] [blame]
# Copyright 2022 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/buildflag_header.gni")
import("//build/config/ui.gni")
source_set("test") {
testonly = true
sources = [
"mock_feature_promo_controller.cc",
"mock_feature_promo_controller.h",
"test_help_bubble.cc",
"test_help_bubble.h",
]
deps = [
"//base",
"//components/feature_engagement/public",
"//components/user_education/common",
"//skia",
"//testing/gmock",
"//third_party/abseil-cpp:absl",
"//ui/base",
"//ui/base:test_support",
]
}