blob: 5176c8cef6e27b17a8f6cce19bac924f70e5355e [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
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",
]
}
}