Comment #2 on issue 25210 by [email protected]: Move try server project  
files out of src/ and into the output directory
http://code.google.com/p/chromium/issues/detail?id=25210

Instructions with current GYP:

Set GYP_GENERATOR_OUTPUT= in the environment (or specify --generator-output=
on the command line) and point to a directory where you want the  
gyp-generated
config to go.  It should put .gyp files there in a tree that mirrors  
the 'src' directory
structure.

The build output is intended to go relative to the generated gyp files.   
For example, if
you set GYP_GENERATOR_OUTPUT=gypout, then it will:

* put all the generated build files in a gypout/src/{base,chrome,etc.}
* put the visual studio output in gypout/src/chrome/Debug
* put the SCons output in gypout/src/sconsbuild
* HOWEVER on mac XCode still puts the output in 'xcodebuild' relative to  
the original
source directory.  I have a fix in progress for that, but markmentovai and  
i have been
going back and forth on it

It wouldn't surprise me to have some details to work out in rolling it  
out.  No one else
is using the feature now (AFAIK) so at this point we can still change the  
behavior to
suit the trybot's needs.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to