Hello All,

I've just landed a change which splits src/chrome/chrome.gyp in to several
pieces:
chrome.gyp
chrome_browser.gypi (browser)
chrome_common.gypi (common)
chrome_debugger.gypi (debugger)
chrome_plugin.gypi (plugin)
chrome_renderer.gypi (renderer)
chrome_tests.gypi (almost all tests)

You can treat these additional gypi's as if they were a part of chrome.gyp,
everything is still relative to src/chrome.

I'm not wedded to this division, but I've tried to carve off large enough
chunks to reduce the contention on chrome.gyp.
Because these are all gypi includes, nothing should change in the layout of
the project files.

-BradN

-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to