| # Copyright 2025 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("browser_tests") { |
| testonly = true |
| defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| sources = [ |
| "create_shortcut_confirmation_view_browsertest.cc", |
| "simple_install_dialog_bubble_view_browsertest.cc", |
| "web_app_identity_update_confirmation_view_browsertest.cc", |
| "web_app_update_review_dialog_browsertest.cc", |
| ] |
| deps = [ |
| "//base", |
| "//chrome/browser/picture_in_picture", |
| "//chrome/browser/picture_in_picture:test_support_ui", |
| "//chrome/browser/shortcuts", |
| "//chrome/browser/ui", |
| "//chrome/browser/ui:test_support", |
| "//chrome/browser/ui/web_applications", |
| "//chrome/browser/web_applications:web_applications_test_support", |
| "//chrome/test:test_support", |
| "//chrome/test:test_support_ui", |
| "//testing/gmock", |
| "//testing/gtest", |
| "//ui/events:test_support", |
| "//ui/views:test_support", |
| ] |
| } |