Update build.gni to match chromium/src/build

This is necessary to allow DEPS updates to get the new build/
from chromium/src/build/.

R=bradnelson@chromium.org, mcgrathr@chromium.org
BUG=https://bugs.chromium.org/p/nativeclient/issues/detail?id=4381

Review URL: https://codereview.chromium.org/2457703003 .
1 file changed
tree: 11429ee8b0e40eab567da95c77003b7cf9cd097b
  1. build.gni
  2. codereview.settings
  3. gtest.gni
  4. README.md
README.md

Build overrides in GN

This directory is used to customize settings for repos that are DEPS'ed in and shared with Chromium.

build.gni was copied verbatim from Chromium‘s copy of //build_overrides and should be kept in sync with Chromium’s version.

gtest.gni contains modification which are specific to Native Client.