aboutsummaryrefslogtreecommitdiff
path: root/build_overrides
diff options
context:
space:
mode:
authorFrank Henigman <fjhenigman@chromium.org>2017-08-28 22:53:24 -0400
committerCommit Bot <commit-bot@chromium.org>2017-10-18 17:02:13 +0000
commitd0ef13a2505fe988d82037c9a3af91ecb141b97a (patch)
tree32ca0765ae9619899b002c21ea201ad45b25a865 /build_overrides
parentd042fba42d38294ec3545b71a36522253cb8f862 (diff)
downloadangle-d0ef13a2505fe988d82037c9a3af91ecb141b97a.tar.gz
Stand-alone build with gn.
This should do the same things as the stand-alone gyp build, but with gn. You should switch to gn as gyp support will go away. You need a recent enough version of gn. If yours is too old try this one: ./buildtools/linux64/gn If "gclient sync" or anything fails with an ImportError on gyp stuff, try running it with the following PYTHONPATH in the environment: PYTHONPATH=tools/gyp/pylib BUG=angleproject:1569 Change-Id: I56d19bec2d8b649a7bd65062c656cbfc69ea3dd8 Reviewed-on: https://chromium-review.googlesource.com/642588 Reviewed-by: Frank Henigman <fjhenigman@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
Diffstat (limited to 'build_overrides')
-rw-r--r--build_overrides/build.gni7
1 files changed, 7 insertions, 0 deletions
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
new file mode 100644
index 0000000000..1a5608e8de
--- /dev/null
+++ b/build_overrides/build.gni
@@ -0,0 +1,7 @@
+# Copyright (c) 2017 The ANGLE Project Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+build_with_chromium = false
+ignore_elf32_limitations = true
+linux_use_bundled_binutils_override = false
+use_system_xcode = true