blob: 48db66c2a3c5099cf63ed7d57d2899357e06ac7a [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) {
deps += [
"//components/gwp_asan/client:unit_tests",
"//components/gwp_asan/crash_handler:unit_tests",
]
}
}