| # 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", | |
| ] | |
| } |