| Index: chrome/service/BUILD.gn
|
| diff --git a/chrome/service/BUILD.gn b/chrome/service/BUILD.gn
|
| index 6861173abe5048a6626e84c5a14dbbba3b3f45bc..8cadbc2232b71013c27537498b3e0a41a4490d02 100644
|
| --- a/chrome/service/BUILD.gn
|
| +++ b/chrome/service/BUILD.gn
|
| @@ -48,7 +48,10 @@ static_library("service") {
|
| "service_process_prefs.h",
|
| ]
|
|
|
| - configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| + configs += [
|
| + "//build/config/compiler:no_size_t_to_int_warning",
|
| + "//build/config/compiler:wexit_time_destructors",
|
| + ]
|
|
|
| deps = [
|
| "//base",
|
|
|