Comment #35 on issue 15924 by [email protected]: All GYP generated files should be in a separate directory on the buildbot http://code.google.com/p/chromium/issues/detail?id=15924
I'll upload a CL for discussion purposes. projectDirPath is essentially SRCROOT. I'm setting it to point the .pbxproj files generated over in a neighbor tree back to the actual source directories. I tried just forcing SRCROOT in xcode_settings, but that doesn't actually work because it just ends up in the configurations and doesn't affect project things like target dependency paths. aharper pointed me to projectDirPath, which works to have the generated files refer to the source files in the src/ directory but also looks for dependent .pbxproj files there as well. Now that I think about it, using gyp.common.RelativePath should be fine. The paths will be ugly, but no one should actually see them. I'll experiment with that before uploading the CL. -- 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 -~----------~----~----~----~------~----~------~--~---
