| # 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("//build/config/features.gni") | |
| source_set("browser_tests") { | |
| testonly = true | |
| sources = [ "preview_browsertest.cc" ] | |
| defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | |
| deps = [ | |
| "//base/test:test_support", | |
| "//chrome/test:test_support", | |
| ] | |
| if (use_blink) { | |
| deps += [ "//third_party/blink/public/common:preloading_headers" ] | |
| } | |
| data = [ "//chrome/test/data/" ] | |
| } |