blob: b3540ffb9e40ad18bb63016684270ea76bd9a9c2 [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.
import("//components/gwp_asan/buildflags/buildflags.gni")
source_set("unit_tests") {
testonly = true
deps = [
"//components/gwp_asan/common:unit_tests",
]
if (enable_gwp_asan) {
deps += [
"//components/gwp_asan/client:unit_tests",
"//components/gwp_asan/crash_handler:unit_tests",
]
}
}