On Sat, Dec 26, 2009 at 6:19 PM, Andrew Ames <[email protected]> wrote: > ________ running '/usr/bin/python src/build/gyp_chromium' in > '/home/andy/projects/chromium' > Updating projects from gyp files... > DEBUG:root:['/usr/bin/python', > 'src/build/win/clobber_generated_headers.py']
This should usually print out a list of the Makefiles that it's creating. Check to see that the scons files aren't getting regenerated. You can also: % ./src/build/gyp_chromium -f make Which is how I always do it. AGL -- Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
