Heads up, again, dept.:
In the next in an ongoing series of attempts to convert chrome.exe to gyp,
I'm going to (try to) land two changes now that you should be aware of:

1)  convert the 'app' target in the chrome.gyp file to being named 'chrome'.2)
 actually convert the 'chrome_exe' project to using a gyp-generated
chrome.vcproj file, instead of the checked-in one.

When the first change lands, Mac developers will need to look for the new
'chrome' target instead of 'app', and Linux developers who have been typing
'hammer app' (or 'make app' if you're using the Makefile generator) will
need to type 'hammer chrome' ('make chrome').  The default behaviors of
building everything should be unaffected.

When the second change lands, Visual Studio users will need to use the
'chrome' project, instead of the former 'chrome_exe' project.  NOTE:
 because the underlying .vcproj file will be completely different, any local
settings you've configured into the old 'chrome_exe' project will NOT be
transferred to the new 'chrome' project.  You'll have to make a note of any
custom settings before updating and re-apply them to the new 'chrome'
project.

There's always the chance that one or both of these changes will have to be
reverted if unintended side effects pop up.  I'll send out confirming email
with the final state of things.

        --SK

--~--~---------~--~----~------------~-------~--~----~
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