# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD - style license that can be
# found in the LICENSE file.
import("//services/screen_ai/buildflags/features.gni")
assert(is_chromeos_ash, "AXMediaApp is ash-chrome only")
source_set("test_support") {
testonly = true
sources = [
"../ax_media_app.h",
"fake_ax_media_app.cc",
"fake_ax_media_app.h",
"test_ax_media_app_untrusted_handler.cc",
"test_ax_media_app_untrusted_handler.h",
]
deps = [
"//ash/webui/media_app_ui:mojo_bindings_untrusted",
"//chrome/browser",
"//chrome/browser/screen_ai/public:test_support",
"//content/public/browser",
"//services/screen_ai/buildflags",
"//ui/gfx",
]
}