| Index: content/public/child/BUILD.gn
|
| diff --git a/content/public/child/BUILD.gn b/content/public/child/BUILD.gn
|
| index a6e1415298747f84a5507ae7a0feb175c7b5403a..00bdfa3a1f9fc364ffb02dc9805ca2b01cf57920 100644
|
| --- a/content/public/child/BUILD.gn
|
| +++ b/content/public/child/BUILD.gn
|
| @@ -31,7 +31,10 @@ source_set("child_sources") {
|
| ".",
|
| "//content")
|
|
|
| - configs += [ "//content:content_implementation" ]
|
| + configs += [
|
| + "//build/config/compiler:wexit_time_destructors",
|
| + "//content:content_implementation",
|
| + ]
|
|
|
| deps = [
|
| "//content/child", # Must not be public_deps!
|
|
|