| Index: components/cookie_config/BUILD.gn
|
| diff --git a/components/cookie_config/BUILD.gn b/components/cookie_config/BUILD.gn
|
| index be3bb12497b199fc0710ecc3fdbbe4550f960563..b48d808e2c1022a8fa9cecd88e6020ac2bf2f483 100644
|
| --- a/components/cookie_config/BUILD.gn
|
| +++ b/components/cookie_config/BUILD.gn
|
| @@ -3,7 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| # GYP version: components/cookie_config.gypi:cookie_config
|
| -source_set("cookie_config") {
|
| +static_library("cookie_config") {
|
| sources = [
|
| "cookie_store_util.cc",
|
| "cookie_store_util.h",
|
|
|