Yue--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
We'll need more context to figure that out. What target was being built? Are there any other messages prior to that one?
It happened when I was trying to build "chrome" project. And this is the first and only error message shown.
I think there's a chrome_version_resources target that generates those .rc files. What happens if you build that target?
I found that those files is in my Debug directory but I was running a release version. So it could be that I changed the build configuration in the middle of the build process somehow...From the previous email, I noticed that "cloud_policy_code_generate" project need to be built when building "chrome" project. Does it means every time (or at least the first time) I need to build the entire solution rather than just the "chrome" project? I'm now building the entire solution and it works OK. I'm not very familiar with the relationship between "solution" and "project" in VS. But intuitively we should be able to build just "chrome" project, right?