We have a couple of build failures when trying to build the port on windows. See attached log.
Created attachment 40453 [details] build log file
Created attachment 41065 [details] Patch 1. The /useenv command argument passed to devenv.com broke the chromium build, so had to be removed. 2. gtest dependency was added. 3. gyp bug was fixed and pulled in. I used the opportunity to sync the rest of the deps revisions.
Once committed, we chromium port compiles on windows!
Comment on attachment 41065 [details] Patch r=me. How much of the port are we building?
Comment on attachment 41065 [details] Patch Clearing flags on attachment: 41065 Committed r49485: <http://trac.webkit.org/changeset/49485>
All reviewed patches have been landed. Closing bug.
This patch committed removed the ability to do parallel processes in Windows in Visual Studio, which had to be fixed in http://trac.webkit.org/changeset/49664. If some could test these kind of tools changes on WebKit, that would be helpful so we don't have to fix breakages to things that worked in the first place.