Add nacl_toolchain to //build and flip to using it in the GN Build.
commitfa6ffe2fb9f488ddb859555f5abc29de72407a62
authordpranke <dpranke@chromium.org>
Mon, 31 Aug 2015 20:17:52 +0000 (31 13:17 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 31 Aug 2015 20:18:45 +0000 (31 20:18 +0000)
tree7d915a47da7967b3d903cbca066fa6d182de79e6
parentf547b2addcab8fe2ce211188fedd530c32c38de8
Add nacl_toolchain to //build and flip to using it in the GN Build.

With this change, in the Chromium repo NaCl will now be built solely using Chromium's versions of the GN build files, rather than a mixture of chromium and NaCl files.

This will allow us to delete the NaCl versions in a subsequent NaCl-side CL and switch to pulling the chromium versions in via a DEPS entry, and thus "unfork" the build.

R=brettw@chromium.org, ncbray@chromium.org, mcgrathr@chromium.org
BUG=433528

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

Cr-Commit-Position: refs/heads/master@{#346452}
.gn
build/config/nacl/BUILD.gn [new file with mode: 0644]
build/toolchain/nacl/BUILD.gn
build/toolchain/nacl_toolchain.gni [new file with mode: 0644]
components/nacl/BUILD.gn
ppapi/native_client/BUILD.gn
ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn
remoting/tools/javascript_key_tester/BUILD.gn
third_party/mojo/src/nacl_bindings/BUILD.gn