blob: 1f61fafc22b9d8e3ddaa6ede49e1e20f5d453c47 [file] [log] [blame]
# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("crash_report") {
sources = [
"chrome_crash_reporter_client.cc",
"chrome_crash_reporter_client.h",
"crash_helper.h",
"crash_helper.mm",
]
public_deps = [ "//base" ]
deps = [
"//components/crash/core/app",
"//ios/chrome/common/app_group",
]
}