| Index: components/about_handler/BUILD.gn
|
| diff --git a/components/about_handler/BUILD.gn b/components/about_handler/BUILD.gn
|
| index eeaff47f027871b388ba842f9d444148a76b9aa9..d14500239967be492dc56e0265766d75159cc628 100644
|
| --- a/components/about_handler/BUILD.gn
|
| +++ b/components/about_handler/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("about_handler") {
|
| +static_library("about_handler") {
|
| sources = [
|
| "about_protocol_handler.cc",
|
| "about_protocol_handler.h",
|
|
|