| # 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, "AXMediaApp is ChromeOS 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_service.cc", |
| "test_ax_media_app_untrusted_service.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", |
| ] |
| } |