| # 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("unit_tests") { | |
| testonly = true | |
| sources = [] | |
| deps = [ "core" ] | |
| if (!is_ios && !is_android) { | |
| deps += [ | |
| "core:unit_tests", | |
| "text_finder:unit_tests", | |
| "visual_search:unit_tests", | |
| ] | |
| } | |
| } |