I'm working on http://crbug.com/11066 (removing depencency on libviews on Linux), and there's one thing I'm not sure how to do. It would be a good thing to ensure not only that nothing on Linux links to libviews, but also that nothing built on Linux doesn't #include anything in chrome/views/
For a one-time check, rm -rf chrome/views && hammer && check_if_it_still_builds would be ok, but I think it's easy to add such dependency by accident, and for some cases it may link fine on Linux. I was thinking about a gyp-aware checkdeps, but I also think it complicates things and is probably not the best solution. What do you think? I also noticed that there is some plan to develop an alternative libviews-based UI for Linux. This may affect this dependency-related work. Paweł --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
