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

Unified Diff: chrome/chrome_common.gypi

Issue 11347012: Split IPC logging between content and chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 2 months 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 98b0ab6c158fbb9d03761131812f45e8ab85be78..2b923335a352badbe23643453d3512948a84cc3c 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -9,9 +9,7 @@
'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,
+ 'enable_wexit_time_destructors': 1,
},
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698