[chromium-dev] Re: Need to delete src/third_party/WebKit/WebKit

2009-02-19 Thread Darin Fisher
You should also just edit your .gclient_entries file, to remove the src/third_party/WebKit/WebKit line. Otherwise, gclient sync will complain about it after each run. -Darin On Thu, Feb 19, 2009 at 8:55 AM, Darin Fisher da...@chromium.org wrote: With a change that I have just committed, it is

[chromium-dev] Re: Need to delete src/third_party/WebKit/WebKit

2009-02-19 Thread Tim Steele
Im not exactly sure how I got myself into the situation I got myself into or what that situation was exactly, but I deleted this folder, clobbered my build dir, synced and tried to build, and was faced with tons of file not found errors for things like V8somethingsomething.cpp, SVGNames.h,... and

[chromium-dev] Re: Need to delete src/third_party/WebKit/WebKit

2009-02-19 Thread Darin Fisher
Sounds like the kind of error Visual Studio sometimes produces after asking to reload projects. A restart of VS usually helps clear that. It doesn't always handle environment variables that appear in a Files section properly after a vcproj reload. -Darin On Thu, Feb 19, 2009 at 3:20 PM, Tim

[chromium-dev] Re: Need to delete src/third_party/WebKit/WebKit

2009-02-19 Thread Berend-Jan Wever
I have had this happen and I use command line tools to compile and never open VS. There is something that seems to get messed up and can be corrected by sync --force, clean-ing the build and deleting the output dir and then rebuilding. I never investigated which of these steps are required, I just