| Index: components/crash/core/browser/BUILD.gn
|
| diff --git a/components/crash/core/browser/BUILD.gn b/components/crash/core/browser/BUILD.gn
|
| index b299d4377b3c0677f5f60cb47731d560b91ba4b1..d11108e0471fc8e3a565d7ac19584192b12b028f 100644
|
| --- a/components/crash/core/browser/BUILD.gn
|
| +++ b/components/crash/core/browser/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("browser") {
|
| +static_library("browser") {
|
| sources = [
|
| "crashes_ui_util.cc",
|
| "crashes_ui_util.h",
|
|
|