| # Copyright 2022 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("app_service_browser_tests") { |
| testonly = true |
| |
| sources = [ "web_app_icon_health_checks_browsertest.cc" ] |
| |
| defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| |
| deps = [ |
| "//chrome/app:command_ids", |
| "//chrome/browser/apps/app_service:app_registry_cache_waiter", |
| "//chrome/browser/web_applications", |
| "//chrome/browser/web_applications:web_applications_test_support", |
| "//chrome/test:test_support", |
| "//chrome/test:test_support_ui", |
| "//components/services/app_service", |
| "//components/webapps/common", |
| ] |
| } |