[NaCl SDK] Use separate gyp output folders for x64 and ia32
commited1472c966138ca149e5754ca1e5cc05d06e2349
authorsbc <sbc@chromium.org>
Thu, 5 Feb 2015 22:21:59 +0000 (5 14:21 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 5 Feb 2015 22:23:12 +0000 (5 22:23 +0000)
tree3d586c234de2dac86ffdd3d2fc57c64cc2596ed8
parent4a16ff998e64bf2aa245339035acdf9a05819c9d
[NaCl SDK] Use separate gyp output folders for x64 and ia32

Previously we were re-using 'gypbuild' for both 64 and 32.
This change increases the complexity of the build but
is more correct and robust and allows us to avoid cleaning
the gyp output folders between builds.

Review URL: https://codereview.chromium.org/898613002

Cr-Commit-Position: refs/heads/master@{#314898}
native_client_sdk/src/build_tools/build_sdk.py