blob: 8829da76a404e1c7bce17abdda881f4b7d641c64 [file] [log] [blame]
# 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
if (is_win) {
deps = [
"//components/gwp_asan/client:unit_tests",
"//components/gwp_asan/common:unit_tests",
"//components/gwp_asan/crash_handler:unit_tests",
]
}
}