| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 0271b16e491f684dbb2ed7371629f0bc3191d701..f318fc81920bcb075de9543b3dc701b9bc3b092f 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': [
|
| '..',
|
|
|