| # Copyright 2018 The Chromium Authors. All rights reserved. | |
| # 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 | |
| deps = [ | |
| "//components/gwp_asan/common:unit_tests", | |
| ] | |
| if (is_win || is_mac) { | |
| deps += [ | |
| "//components/gwp_asan/client:unit_tests", | |
| "//components/gwp_asan/crash_handler:unit_tests", | |
| ] | |
| } | |
| } |