| # 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. |
| |
| source_set("browser_tests") { |
| testonly = true |
| sources = [ |
| "http_error_tab_helper_browsertest.cc", |
| "js_error_ukm_browsertest.cc", |
| ] |
| |
| defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| |
| deps = [ |
| "//base", |
| "//chrome/browser", |
| "//chrome/browser/content_settings:content_settings_factory", |
| "//chrome/browser/ui:ui_features", |
| "//chrome/test:test_support", |
| "//components/ukm:test_support", |
| "//content/test:browsertest_support", |
| "//content/test:test_support", |
| "//net:test_support", |
| "//services/metrics/public/cpp:ukm_builders", |
| "//testing/gtest", |
| ] |
| } |