JUCE development on a cloud

I work iwith Juce on three machines: a Mac, a Win7 machine and a Debian one. I work off of Google Drive to avoid the nuisance of constantly shuffling files between machines. I am wondering if there if it's safe to use the same folder of JUCE modules on all machines. I know folders other than the modules folder differ accross platforms but do the modules? If they do I would hope that the introjucer looks for the modules folder relative to .jucer so I could put each of the three copies on the local drives in the same location relative to the folder containing .jucer and not have to relocate the modules folder each time I rotate machines.

Yes, that's what I do, using a Mac with VMs for Windows and linux, but all sharing the same folder with all my code in it.