# Copyright 2017 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
shared_library("chromeexts") {
sources = [
"chrome_exts_command.cc",
"chrome_exts_command.h",
"chromeexts.cc",
"chromeexts.def",
"commands/crash_info_command.cc",
"commands/crash_info_command.h",
"commands/gwp_asan_command.cc",
"commands/gwp_asan_command.h",
"commands/hwnd_command.cc",
"commands/hwnd_command.h",
"commands/view_command.cc",
"commands/view_command.h",
]
deps = [
"//base",
"//components/gwp_asan/crash_handler",
"//components/gwp_asan/crash_handler:crash_proto",
"//third_party/crashpad/crashpad/client",
"//third_party/crashpad/crashpad/minidump",
"//third_party/crashpad/crashpad/snapshot",
"//ui/views/debug:views_debug",
]
}