blob: 335de55b0a86625352a80dd01526a35764a53fc6 [file] [log] [blame]
# Copyright 2016 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//remoting/build/config/remoting_build.gni")
group("all_tests") {
testonly = true
}
group("all") {
testonly = true
deps = []
if (is_win) {
deps += [ ":remoting_breakpad_tester" ]
}
}
if (is_win) {
executable("remoting_breakpad_tester") {
sources = [ "breakpad_tester_win.cc" ]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
deps = [
"//base",
"//build/win:default_exe_manifest",
"//remoting/base:logging",
"//remoting/host",
"//remoting/host/base",
]
libs = [
"rpcrt4.lib",
"wtsapi32.lib",
]
}
}