Hi Chromium developers,

Since yesterday, we received questions from some people that they
could not build Chromium on Windows because of the lack of
"WebString.cpp".
When you encounter this problem, the easiest solution is:
1. Delete a directory "$CHROME_ROOT/src/third_party/WebKit/";
2. Delete a "$CHROME_ROOT/.glcient_entries", and;
3. Re-synchronize the source code of Chromium.

For example, when you downloaded the source code of Chromium to
"c:\chromium", you can fix this problem with the following steps:
c:\chromium> del /s /q src/third_party/WebKit
c:\chromium> del .gclient_entries
c:\chromium> gclient sync

I wish this helps.

Regards,

Hironori Bono
E-mail: [email protected]

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to