Status: Untriaged Owner: ---- CC: [email protected], [email protected] Labels: Type-Cleanup Pri-3 OS-Mac Area-BrowserBackend Size-Small OS-Linux
New issue 21737 by [email protected]: Split up base/sys_info_posix.cc, base/debug_util_posix.cc for Mac and Linux http://code.google.com/p/chromium/issues/detail?id=21737 Right now, we have sys_info_posix.cc and sys_info_mac.cc. We also have debug_util_posix.cc and debug_util_mac.cc. We have neither sys_info_linux.cc nor debug_util_linux.cc. We should keep the common POSIX definitions of the functions in the _posix files as needed, but we should stop #ifdefing implementations of functions that diverge. Instead, we should move the Mac implementations of these functions to the _mac files, and we should introduce _linux files and move the Linux implementations into there. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
