| Index: components/web_cache/common/BUILD.gn
|
| diff --git a/components/web_cache/common/BUILD.gn b/components/web_cache/common/BUILD.gn
|
| index d4b7ac70a6a3761732749f322f1ad750372e6208..5c7b2ef196ced7b4f3afe5416a7d74f252d46393 100644
|
| --- a/components/web_cache/common/BUILD.gn
|
| +++ b/components/web_cache/common/BUILD.gn
|
| @@ -2,7 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("common") {
|
| +static_library("common") {
|
| + output_name = "web_cache_common"
|
| sources = [
|
| "web_cache_message_generator.cc",
|
| "web_cache_message_generator.h",
|
|
|