Chromium Code Reviews| Index: google_apis/gcm/BUILD.gn |
| diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn |
| index 2d38c7c403224fa70ba363777bc2b0a1083065b0..b745a25d477a689c85bcf22bdc8b858f2dea665f 100644 |
| --- a/google_apis/gcm/BUILD.gn |
| +++ b/google_apis/gcm/BUILD.gn |
| @@ -56,6 +56,8 @@ component("gcm") { |
| defines = [ "GCM_IMPLEMENTATION" ] |
| + configs += [ "//build/config/compiler:wexit_time_destructors" ] |
| + |
| public_deps = [ |
| ":proto", |
| ] |