Description[NaCl SDK] Update Windows build to use vs2013 from depot_tools.
I'm not sure why this was working on the bots, but the sdk build was no longer
working on my Windows machine. After some research, I found that Chromium must
be built with vs2013, which was not supported by build_sdk, or by the Native
Client build (see https://code.google.com/p/nativeclient/issues/detail?id=4022)
This change modifies build_sdk.py (and build_artifacts.py) to use VS2013 from
depot_tools if it is available, as well as switching to using gyp_chromium
instead of gyp_nacl for building Native Client host binaries.
BUG=none
R=bradnelson@chromium.org
Committed: https://crrev.com/dcdde1cd950b05f33520c40b63de24410d7deab4
Cr-Commit-Position: refs/heads/master@{#313319}
Patch Set 1 #
Total comments: 5
Patch Set 2 : disable clang on arm #Patch Set 3 : refactored gypbuild* stuff into its own CL #Patch Set 4 : use clang w/ target arm instead of arm-linux-gnueabihf #Patch Set 5 : update build_artifacts.py too #Patch Set 6 : fix build_artifacts tests #Patch Set 7 : merge master #
Messages
Total messages: 15 (3 generated)
|