Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3051)

Unified Diff: build_overrides/build.gni

Issue 2290233005: [gn] Port linux_use_bundled_binutils_override GN variable (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/build.gni
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index 0c3e980c422307934a50d97eff131ab9b3c7c55a..6b8a4ff21921a10b5c13b323e397dd10aaa99558 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -17,6 +17,9 @@ build_with_chromium = false
# Some non-Chromium builds don't support building java targets.
enable_java_templates = false
+# Some non-Chromium builds don't use Chromium's third_party/binutils.
Lei Zhang 2016/08/31 07:41:37 This should say "V8 uses Chromium's third_party/bi
Michael Achenbach 2016/08/31 08:31:09 Hmm, yea - I didn't tidy any of the comments here.
+linux_use_bundled_binutils_override = true
+
# Allows different projects to specify their own suppressions files.
asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
lsan_suppressions_file = "//build/sanitizers/lsan_suppressions.cc"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698