Just so it doesn't take anyone by surprise:  browser.lib has now been
converted to being built from the 'browser' target in chrome.gyp.
In concert with this, there is no more separate 'browser_views' target.  The
"new" gyp-generated browser.lib contains everything it did before plus the
modules in the chrome/browser/views subdirectory that used to be in
browser_views.lib.  (Some of the .cc files in browser/views depend on .h
files in the rest of browser/, and vice versa, so some additional
architectural refactoring would be necessary to avoid circular dependencies
in gyp.)

Spreadsheet with conversion status of the (former) checked-in chrome .vcproj
files:

        http://go/chrome-gyp

We're basically down to just unit_tests.exe, chrome.dll and chrome.exe left
to convert, so far as Chrome/Chromium itself and the test executables are
concerned.  There are still a handful of installer-related targets to be
converted, but those aren't of (direct) interest to most people.

          --SK

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to