Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: chrome/chrome_common.gypi

Issue 8547005: CrOs: Remove 2 static initializers and 2 exit time destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index c5dc01a8ec6850a520abf1b3ee1b352c76af0264..6ecfc503c1d910a362b195209427f3b92d6071ff 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -9,6 +9,9 @@
'type': 'static_library',
'variables': {
'chrome_common_target': 1,
+ # TODO(thakis): Turn this on. Blocked on g_log_function_mapping in
+ # ipc_message_macros.h. http://crbug.com/101600
+ #'enable_wexit_time_destructors': 1,
},
'include_dirs': [
'..',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698