On Wed, Aug 19, 2009 at 10:18 PM, Marc-Antoine Ruel<[email protected]> wrote: > I don't mind as long it's documented on dev.chromium.org. > Ben, ping me if you want to setup a freebsd slave on fyi. As long as you > want to babysit it. :)
Cool - I haven't got that far yet, but when it builds, I'll be in touch (may be some time!). > > M-A > > On Aug 19, 2009 4:51 PM, "Brett Wilson" <[email protected]> wrote: > > On Wed, Aug 19, 2009 at 1:23 PM, Darin Fisher<[email protected]> wrote: > > On Wed, Aug 19, 2009 at ... > > Darin is right. There is actually a #4 on Evan's list: > POSIX minus Mac minus Views. > > I did a search for every place we use OS_LINUX. They fall into a > couple of cases: > > - Graphics stuff like X-windows & fonts that are shared between > TOOLKIT_GTK and TOOLKIT_VIEWS on Linux. > - File path handling stuff. Here Linux/BSD are different from Mac, > because there is no encoding, while Mac defines one. > - Low level stuff like threads, where Mac has something fancy, but we > want to use pthreads or whatever on Linux > - A very few system info queries that are likely different between > Mac, Linux, and *BSD. Maybe this also includes crash reporting? > - Some that should be TOOLKIT_GTK instead of OS_LINUX > > It looks like the vast majority of them fall into the first two > categories (graphics and file paths). It would be nice to optimize our > ifdefs so these common ones don't get more complicated. > > Brett > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers > mailing list: chromium-de... --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
