| Index: components/upload_list/BUILD.gn
|
| diff --git a/components/upload_list/BUILD.gn b/components/upload_list/BUILD.gn
|
| index 5c15ea925ee9335913a9715feef9df08bdef817c..46b869229ca332809fdf378981ac3e590ad36568 100644
|
| --- a/components/upload_list/BUILD.gn
|
| +++ b/components/upload_list/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("upload_list") {
|
| +static_library("upload_list") {
|
| sources = [
|
| "crash_upload_list.cc",
|
| "crash_upload_list.h",
|
|
|