| Index: content/BUILD.gn
|
| diff --git a/content/BUILD.gn b/content/BUILD.gn
|
| index 3ab32ff6ac34729f4a8379045d3b6bf82109c14c..161ef2f41e01941084d98f85f60b5e376293e40c 100644
|
| --- a/content/BUILD.gn
|
| +++ b/content/BUILD.gn
|
| @@ -8,6 +8,7 @@ import("//build/config/nacl/config.gni")
|
| # Applied by targets internal to content.
|
| config("content_implementation") {
|
| defines = [ "CONTENT_IMPLEMENTATION" ]
|
| + configs = [ "//build/config/compiler:wexit_time_destructors" ]
|
| }
|
|
|
| # When targets depend on, e.g. //content/public/browser, what happens? To
|
|
|