| # Copyright 2024 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 = [ "prefetch_browsertest.cc" ] | |
| defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | |
| deps = [ | |
| "//base/test:test_support", | |
| "//chrome/test:test_support", | |
| ] | |
| data = [ "//chrome/test/data/" ] | |
| } |