Fix common.gypi when run with target_arch=mips
commit15156343a810317288c08d176dd0cb26b75bb2bf
authorsbc <sbc@chromium.org>
Wed, 3 Jun 2015 21:29:04 +0000 (3 14:29 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 3 Jun 2015 21:29:39 +0000 (3 21:29 +0000)
treefc06da23cc0fc40f78d15a88680aec9a6cea3ff5
parent16b8efce9a7b1d671ea89fd147e4e23d267a3786
Fix common.gypi when run with target_arch=mips

The CXX variable is already set later on in this file
in make_global_settings.

The mips build was broken by a recent CL:
 https://codereview.chromium.org/1158283003

TEST=GYP_DEFINES=target_arch=mipsel gyp_chromium && ninja -C out/Release chrome
BUG=496273

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

Cr-Commit-Position: refs/heads/master@{#332689}
build/common.gypi