| Index: components/content_settings/core/common/BUILD.gn
|
| diff --git a/components/content_settings/core/common/BUILD.gn b/components/content_settings/core/common/BUILD.gn
|
| index 0570be8273034a9571f4187da082ee45374c3f92..a73d49ed145f80edd5c17624e114e3cff61bbbe3 100644
|
| --- a/components/content_settings/core/common/BUILD.gn
|
| +++ b/components/content_settings/core/common/BUILD.gn
|
| @@ -15,6 +15,8 @@ static_library("common") {
|
| "pref_names.h",
|
| ]
|
|
|
| + configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
| +
|
| deps = [
|
| "//base",
|
| "//net",
|
|
|